]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / beam-extreme.ly
index 69717918a9903117b8e0c7b218f026e4b1ca6c42..d1f81f4004f8568c165b897a6e2bac0aad68e248 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.4"
+\version "2.4.0"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
@@ -10,17 +10,17 @@ under normal circumstances, these beams would get knees here
 }
 
 extreme = \relative c'' {
-  \stemBoth
+  \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']
@@ -41,7 +41,7 @@ extreme = \relative c'' {
     \extreme
     %}
   }
-  \paper{
+  \layout{
 %    raggedright = ##t
     raggedright = ##t
   }