]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-marking.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / metronome-marking.ly
index 9fc39da4e4e579bb68919c9ed83d5bb6f75aad5c..44b81b4c2a11cf594e008bbc39f312f696dd4e94 100644 (file)
@@ -9,9 +9,9 @@ The marking is left aligned with the time signature, if there is one.
     
     }
 
-\version "2.2.0"
+\version "2.3.4"
 
-\score { \notes \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
+\score {  \relative c'' {   \tempo \breve = 100 c1 c1 \tempo 8.. = 50 c1 }
 \paper {  raggedright = ##t }
 
      }