]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / beam-extreme.ly
index fb86e86c3cf11b0492ad5d1cd7e2299f8987d90c..b622dbd2770a4e8b270c6b4505f867430055f71f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.10.0"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
@@ -9,40 +9,32 @@ under normal circumstances, these beams would get knees here
 "
 }
 
-extreme = \notes\relative c'' {
-  \stemBoth
+\layout{
+  %%    ragged-right = ##t
+  ragged-right = ##t
+}
+
+extreme = \relative c'' {
+  \stemNeutral
    g8[ c c,]
    c16[ c'' a f]
   \stemUp 
    c,,32[ c'' a f]
 
   %%%%%%%
-  \stemBoth
+  \stemNeutral
   \times 2/3{ d16[ fis' d,]} \times 2/3{ cis[ g'' cis,,]}
   a'16 cis a, g''' % Used to give a nice beam directed upwards.
-  \stemBoth
+  \stemNeutral
 
   \transpose c c {
          \stemDown  e'8[ e e']
       }
 }
 
-\score {
-  {
-    % If we want to test extreme beams,
-    % we should not have them auto-kneed
-    \property Voice.Beam \override #'auto-knee-gap = ##f
-    \extreme
-
-
-    %% what does this test? --hwn
-%{
-    \property Voice.Beam \override #'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
 }