]> 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 bb0c7f0259d310b075a15f542885098466560359..61b2a09c60517eac7a381fc8eb469436c96e14eb 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+#(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']
       }
 }