]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-position.ly
index a8bbebd37e4e449041fa5a80f96ac5a63cfd9bdc..d55e1c391f8511f8f16999220e07f772582b912a 100644 (file)
@@ -1,14 +1,18 @@
 
-\version "2.6.0"
+\version "2.14.0"
 \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 c {
   f8[ f]   f64[ f] 
@@ -21,6 +25,3 @@ note beams.  Override with @code{no-stem-extend}.  "
   f8[ f]
   
 }
-\layout {
-  raggedright = ##t
-}