]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
[lilypond.git] / input / regression / beam-extreme.ly
index 61462dd7b846773ebdf368a03bf21d78277e2562..21c755c2550a78ced9b33000a693cca2928018c3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.12.0"
+\version "2.17.11"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
@@ -23,7 +23,7 @@ extreme = \relative c'' {
 
   %%%%%%%
   \stemNeutral
-  \times 2/3{ d16[ fis' d,]} \times 2/3{ cis[ g'' cis,,]}
+  \tuplet 3/2{ d16[ fis' d,]} \tuplet 3/2{ cis[ g'' cis,,]}
   a'16 cis a, g''' % Used to give a nice beam directed upwards.
   \stemNeutral
 
@@ -35,6 +35,6 @@ extreme = \relative c'' {
 {
                                % If we want to test extreme beams,
                                % we should not have them auto-kneed
-  \override Beam  #'auto-knee-gap = ##f
+  \override Beam.auto-knee-gap = ##f
   \extreme
 }