]> 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 30791698df73175580d39e4d6b5cfe598769852a..61462dd7b846773ebdf368a03bf21d78277e2562 100644 (file)
@@ -1,14 +1,19 @@
 
-\version "2.3.17"
+\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,]
@@ -27,22 +32,9 @@ extreme = \relative c'' {
       }
 }
 
-\score {
-  {
-    % If we want to test extreme beams,
-    % we should not have them auto-kneed
-    \override Beam  #'auto-knee-gap = ##f
-    \extreme
-
-
-    %% what does this test? --hwn
-%{
-    \override Beam  #'slope-limit = #1000
-    \extreme
-    %}
-  }
-  \paper{
-%    raggedright = ##t
-    raggedright = ##t
-  }
+{
+                               % If we want to test extreme beams,
+                               % we should not have them auto-kneed
+  \override Beam  #'auto-knee-gap = ##f
+  \extreme
 }