]> 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 02c88df0893177f69bde98308381ce3281e9cdd2..124e4e33c9bc9a8c901b050f49eab8a386b4b013 100644 (file)
@@ -1,27 +1,23 @@
 \header {
 
   texidoc = "Instrument names are set with @code{Staff.instrument} and
-
-\layout { raggedright = ##t }
-
 @code{Staff.instr}. You can enter markup texts to create more funky names,
 including alterations. "
 
 }
 
 
-\version "2.6.0"
+\layout { ragged-right = ##t }
 
+\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'' }
-
 }