]> 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 f75de91267569663522d51fd4ff72145158abbd9..124e4e33c9bc9a8c901b050f49eab8a386b4b013 100644 (file)
@@ -9,13 +9,13 @@ including alterations. "
 
 \layout { ragged-right = ##t }
 
-\version "2.7.39"
+\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'' }
 }