]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / beam-position.ly
index bcff4a06376aab915fb17c1379f3057750a7884e..52b0aca5a18d263c70f3e73553379af58279f886 100644 (file)
@@ -1,28 +1,28 @@
 
-\version "1.9.8"
+\version "2.3.22"
 \header{
-texidoc="
-Beams should always reach the middle staff line.  The second beam
-counting from the note head side, should never be lower than the
-second staff line.  This does not hold for grace note beams.
-Override with @code{noStemExtend}.
-"
+
+texidoc=" Beams on ledgered notes should always reach the middle staff
+line.  The second beam counting from the note head side, should never
+be lower than the second staff line.  This does not hold for grace
+note beams.  Override with @code{no-stem-extend}.  "
+
 }
 
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
      f8[ f]   f64[ f] 
      \grace { 
        f8[ e8] 
-      \property Voice.Stem \override #'no-stem-extend = ##f
+      \override Stem  #'no-stem-extend = ##f
        f8[ e8] 
-      \property Voice.Stem \revert #'no-stem-extend
+      \revert Stem #'no-stem-extend
     }
         f8[ f]
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }  
   \midi { }