]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / beam-extreme.ly
index 87ecdbd05bfe64989b270c32d139114dfb6f6d9b..61462dd7b846773ebdf368a03bf21d78277e2562 100644 (file)
@@ -1,14 +1,19 @@
 
-\version "2.6.0"
+\version "2.12.0"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
 Stems may be short, but noteheads should never touch the beam.  Note that
-under normal circumstances, these beams would get knees here
+under normal circumstances, these beams would get knees.  Here
 @code{Beam.auto-knee-gap} was set to false.
 "
 }
 
+\layout{
+  %%    ragged-right = ##t
+  ragged-right = ##t
+}
+
 extreme = \relative c'' {
   \stemNeutral
    g8[ c c,]
@@ -33,8 +38,3 @@ extreme = \relative c'' {
   \override Beam  #'auto-knee-gap = ##f
   \extreme
 }
-
-\layout{
-  %%    raggedright = ##t
-  raggedright = ##t
-}