]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / beam-extreme.ly
index b31642528bbe332a980aae96d4bb8a3708566bb2..639aca09de779e2c95cfc44b1d7df7aa7a75499f 100644 (file)
@@ -1,28 +1,29 @@
-\version "1.7.6"
+
+\version "2.3.22"
 \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
-Beam.auto-knee-gap was set to false.
+@code{Beam.auto-knee-gap} was set to false.
 "
 }
 
-extreme = \notes\relative c'' {
-  \stemBoth
-  [g8 c c,]
-  [c16 c'' a f]
+extreme = \relative c'' {
+  \stemNeutral
+   g8[ c c,]
+   c16[ c'' a f]
   \stemUp 
-  [c,,32 c'' a f]
+   c,,32[ c'' a f]
 
   %%%%%%%
-  \stemBoth
-  \times 2/3{[d16 fis' d,]} \times 2/3{[cis g'' cis,,]}
+  \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']
+         \stemDown  e'8[ e e']
       }
 }
 
@@ -30,19 +31,18 @@ extreme = \notes\relative c'' {
   {
     % If we want to test extreme beams,
     % we should not have them auto-kneed
-    \property Voice.Beam \override #'auto-knee-gap = ##f
+    \override Beam  #'auto-knee-gap = ##f
     \extreme
 
 
     %% what does this test? --hwn
 %{
-    \property Voice.Beam \override #'slope-limit = #1000
+    \override Beam  #'slope-limit = #1000
     \extreme
     %}
   }
-  \paper{
+  \layout{
 %    raggedright = ##t
-    linewidth = -1
+    raggedright = ##t
   }
 }
-%% new-chords-done %%
\ No newline at end of file