]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-markup.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / instrument-name-markup.ly
index 02c88df0893177f69bde98308381ce3281e9cdd2..f75de91267569663522d51fd4ff72145158abbd9 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.7.39"
 
 textFlat = \markup {\smaller \flat}
 
-
 \new Staff {
   \set Staff.instrument = \markup { \column { "Clarinetti" \line { "in B" \textFlat } } }
   \set Staff.instr = \markup { \smaller  { "Cl(B" \textFlat ")" } }
 
   { c''1 \break c'' }
-
 }