]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-extreme.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / input / regression / beam-extreme.ly
index b31642528bbe332a980aae96d4bb8a3708566bb2..61b2a09c60517eac7a381fc8eb469436c96e14eb 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \header{
 texidoc="
 Beams should behave reasonably well, even under extreme circumstances.
@@ -10,19 +11,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 c {
-         \stemDown [e'8 e e']
+         \stemDown  e'8[ e e']
       }
 }
 
@@ -42,7 +43,6 @@ extreme = \notes\relative c'' {
   }
   \paper{
 %    raggedright = ##t
-    linewidth = -1
+    raggedright = ##t
   }
 }
-%% new-chords-done %%
\ No newline at end of file