]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
* Website fixes:
[lilypond.git] / input / regression / beam-extreme.ly
index 754553c765b512a77b98e486f456dfe4c40a1a6b..fae4c0813425e57b65a779a3eb07a167923973b6 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.7.18"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
@@ -10,19 +10,19 @@ Beam.auto-knee-gap was set to false.
 
 extreme = \notes\relative c'' {
   \stemBoth
-  [g8 c c,]
-  [c16 c'' a f]
+   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,,]}
+  \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
 
-  \transpose c' {
-         \stemDown [e'8 e e']
+  \transpose c c {
+         \stemDown  e'8-[ e e']
       }
 }
 
@@ -42,6 +42,7 @@ extreme = \notes\relative c'' {
   }
   \paper{
 %    raggedright = ##t
-    linewidth = -1
+    raggedright = ##t
   }
 }
+%% new-chords-done %%
\ No newline at end of file