]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-markup.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / instrument-name-markup.ly
index f047952af2dd4c0fa8a9c83f5afb9382637414cc..966d8c27087dc36729703a0c7be233e17975da27 100644 (file)
@@ -7,13 +7,13 @@ including alterations. "
 }
 
 
-\version "2.2.0"
+\version "2.3.4"
 
 
 textFlat = \markup {\smaller \flat}
 
 \score {
-  \notes \new Staff {
+   \new Staff {
     \set Staff.instrument = \markup { \column < "Clarinetti" { "in B" \textFlat } > }
     \set Staff.instr = \markup { \smaller  { "Cl(B" \textFlat ")" } }