]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-second.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / beam-second.ly
index 1dd2cdf73c01cd30af6cc10b0b0fb5b51c50ab9e..5512bf703ffa5910f340a9131ea7bda521d7c5ed 100644 (file)
@@ -1,20 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.4.0"
 \header{
   texidoc="
-Seconds are tricky.  We used to have problems with seconds being too
-steep, or getting too long stems.  In a file like this, showing
+Engraving second intervals is tricky.  We used to have problems with seconds 
+being too steep, or getting too long stems.  In a file like this, showing
 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
     }
 }