]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
release commit
[lilypond.git] / input / regression / beam-position.ly
index 98de0c38853fdbc8ba87bcea0748b16e28267935..1215a416d540fda10766dc2fdf3575dd437c09f7 100644 (file)
@@ -1,24 +1,25 @@
-\version "1.7.18"
+
+\version "2.1.30"
 \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 {
-     f8-[ f]   f64-[ f] 
-    \grace { 
-       f8-[ e8] 
-      \property Voice.Stem \override #'no-stem-extend = ##f
-       f8-[ e8] 
-      \property Voice.Stem \revert #'no-stem-extend
+     f8[ f]   f64[ f] 
+     \grace { 
+       f8[ e8] 
+      \override Stem  #'no-stem-extend = ##f
+       f8[ e8] 
+      \revert Stem #'no-stem-extend
     }
-        f8-[ f]
+        f8[ f]
        
   }
   \paper {
@@ -26,4 +27,3 @@ Override with @code{noStemExtend}.
   }  
   \midi { }
 }
-%% new-chords-done %%
\ No newline at end of file