]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beam-extreme.ly
index 87ecdbd05bfe64989b270c32d139114dfb6f6d9b..bb7a8f81b501a3c3be0b81b8bf8ebdc2e74193e6 100644 (file)
@@ -1,24 +1,29 @@
 
-\version "2.6.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.
 "
 }
 
-extreme = \relative c'' {
+\layout{
+  %%    ragged-right = ##t
+  ragged-right = ##t
+}
+
+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
 
@@ -30,11 +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
 }
-
-\layout{
-  %%    raggedright = ##t
-  raggedright = ##t
-}