]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name.ly
79f81296c584a866fa5b34beed9f659714d1326b
[lilypond.git] / input / test / instrument-name.ly
1 \header {
2 texidoc = "Instrument names are  
3 set with Staff.instrument and Staff.instr"
4 }
5
6
7 \version "1.7.6"
8
9
10 \score {
11   \notes \context Staff = treble {
12     \property Staff.instrument
13         = \markup { \column << "Clarinetti" { "in B" \smaller \musicglyph #"accidentals--1" } >> }
14     \property Staff.instr
15         = \markup { \smaller  { "Cl(B" \smaller \musicglyph #"accidentals--1" ")" } }
16
17     { c''1 \break c'' }
18
19   }
20   \paper { linewidth= 8.0\cm }
21 }
22
23 %% new-chords-done %%