]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-markup.ly
Web-ja: update introduction
[lilypond.git] / input / regression / instrument-name-markup.ly
index 25b206dd0e470e8e5d7fcacb98517fdcba246cbc..124e4e33c9bc9a8c901b050f49eab8a386b4b013 100644 (file)
@@ -7,15 +7,15 @@ including alterations. "
 }
 
 
-\layout { raggedright = ##t }
+\layout { ragged-right = ##t }
 
-\version "2.6.0"
+\version "2.16.0"
 
 textFlat = \markup {\smaller \flat}
 
 \new Staff {
-  \set Staff.instrument = \markup { \column { "Clarinetti" \line { "in B" \textFlat } } }
-  \set Staff.instr = \markup { \smaller  { "Cl(B" \textFlat ")" } }
+  \set Staff.instrumentName = \markup { \column { "Clarinetti" \line { "in B" \textFlat } } }
+  \set Staff.shortInstrumentName = \markup { \smaller  { "Cl(B" \textFlat ")" } }
 
   { c''1 \break c'' }
 }