]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-markup.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / instrument-name-markup.ly
index 9d8a58d5b6650eae962bdaad218b6956a4d61290..89e906db6c0fe06ad8a52cff861f19ade037696c 100644 (file)
@@ -7,14 +7,14 @@ including alterations. "
 }
 
 
-\version "1.9.1"
+\version "1.9.4"
 
 
 textFlat = \markup {\smaller \musicglyph #"accidentals--1"}
 \score {
-  \notes \context Staff = treble {
+  \notes \new Staff {
     \property Staff.instrument
-       = \markup { \column << "Clarinetti" { "in B" \textFlat } >> }
+       = \markup { \column < "Clarinetti" { "in B" \textFlat } > }
     \property Staff.instr
        = \markup { \smaller  { "Cl(B" \textFlat ")" } }