1{
2    [
3        \systemFormat<dx=1cm> \instr<"Voice.",dx=-2cm,dy=-0.8cm> \staffFormat<size=5pt>
4         \barFormat<style="system"> \clef<"c2",dx=1hs> \space<10hs> \meter<"4/4">
5         \noteFormat<color="red"> c1 d e f g a h c2
6    ],
7
8    [
9        \instr<"Perc.",dx=-2cm> \staffFormat<style="1-line"> \clef<"none">
10         \meter<"4/4"> c2 b1 a g f e d c
11    ],
12
13    [
14        \instr<"Luth",transp="G",dx=-2cm,dy=-0.6cm> \staffFormat<style="7-line",size=2pt>
15         \meter<"4/4"> c1 d e f g a h c2
16    ],
17
18    [
19        \instr<"clarinet in A",transp="A",dx=-2cm,dy=-0.6cm> \staffFormat<size=3pt>
20         \meter<"4/4"> c2 b1 a g f e d c
21    ]
22}
23