]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-second.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / beam-second.ly
index 1da9d9c64a9e6edf11be798eb6907390969f05d6..5512bf703ffa5910f340a9131ea7bda521d7c5ed 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.4.0"
 \header{
   texidoc="
 Engraving second intervals is tricky.  We used to have problems with seconds 
@@ -8,13 +8,13 @@ seconds, you'll spot something fishy very quickly.
  
 " }
 \score{
-    \notes\relative c''{
+    \relative c''{
        \stemUp
         b8[ c]
         b16[ c]
         a'[ b]
     }
-    \paper{
+    \layout{
        raggedright = ##t
     }
 }