]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-position.ly
index a8bbebd37e4e449041fa5a80f96ac5a63cfd9bdc..6c6b53a73d27143066ba55f3da0d812c733f741e 100644 (file)
@@ -1,26 +1,27 @@
 
-\version "2.6.0"
+\version "2.19.21"
 \header{
 
   texidoc=" Beams on ledgered notes should always reach the middle staff
-line.  The second beam counting from the note head side, should never
+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}.  "
 
 }
 
+\layout {
+  ragged-right = ##t
+}  
+
 
-\context Voice \relative {
+\context Voice \relative {
   f8[ f]   f64[ f] 
   \grace { 
     f8[ e8] 
-    \override Stem  #'no-stem-extend = ##f
+    \override Stem.no-stem-extend = ##f
     f8[ e8] 
-    \revert Stem #'no-stem-extend
+    \revert Stem.no-stem-extend
   }
   f8[ f]
   
 }
-\layout {
-  raggedright = ##t
-}