]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-extreme.ly
index b622dbd2770a4e8b270c6b4505f867430055f71f..bb7a8f81b501a3c3be0b81b8bf8ebdc2e74193e6 100644 (file)
@@ -1,10 +1,10 @@
 
-\version "2.10.0"
+\version "2.19.21"
 \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.
 "
 }
@@ -14,16 +14,16 @@ under normal circumstances, these beams would get knees here
   ragged-right = ##t
 }
 
-extreme = \relative c'' {
+extreme = \relative {
   \stemNeutral
-   g8[ c c,]
+   g'8[ c c,]
    c16[ c'' a f]
   \stemUp 
    c,,32[ c'' a f]
 
   %%%%%%%
   \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
 }