]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name-markup.ly
* Documentation/user/appendices.itely (scheme): update for new syntax.
[lilypond.git] / input / regression / instrument-name-markup.ly
1 \header {
2
3 texidoc = "Instrument names are set with Staff.instrument and
4 Staff.instr. You can enter markup texts to create more funky names,
5 including alterations. "
6
7 }
8
9
10 \version "1.7.6"
11
12
13 \score {
14   \notes \context Staff = treble {
15     \property Staff.instrument
16         = \markup { \column << "Clarinetti" { "in B" \smaller \musicglyph #"accidentals--1" } >> }
17     \property Staff.instr
18         = \markup { \smaller  { "Cl(B" \smaller \musicglyph #"accidentals--1" ")" } }
19
20     { c''1 \break c'' }
21
22   }
23   \paper { linewidth= 8.0\cm }
24 }
25
26 %% new-chords-done %%