]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
*** empty log message ***
[lilypond.git] / input / regression / beams.ly
index 392cae18f18fe78ad8e30b251453c97751901bbf..2994281c457ca1e32fa2eec8f235b69acdf94904 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "1.9.4"
 \header {
     texidoc = "Beams (simple)."
 }
@@ -9,9 +9,9 @@
 \score { \notes
 \relative c'
         {
-        c16-[ c8.]
-        c8.-[ c16]
-        c8-[ c16 c16 c8]
-        c8-[ c16 e16 g8]
+        c16[ c8.]
+        c8.[ c16]
+        c8[ c16 c16 c8]
+        c8[ c16 e16 g8]
 
     }}