]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / beaming.ly
index f9ac599b54ace1214c2490e2744827ebc4a7bf99..2a0acfded8c299941dbfd46b6573beb353857ff5 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.3.22"
 
 \header{
 texidoc="
@@ -9,23 +9,23 @@ hidden just as with breakable bar lines.
 "
 }
 
-\score { \context Staff \notes \relative c''  {
-        c8.-[ c16]
-        c8.-[ c16 c8.  c16]
-        c16-[ c8.] |
-        c8.-[ c16  c16  c8.]
-        c8.-[ c32  c32]
-        c8-[ c8] |
-        c16-[ c16]
-        c32-[ c32]
-        c64-[ c64]     
+\score { \context Staff  \relative c''  {
+        c8.[ c16]
+        c8.[ c16 c8.  c16]
+        c16[ c8.] |
+        c8.[ c16  c16  c8.]
+        c8.[ c32  c32]
+        c8[ c8] |
+        c16[ c16]
+        c32[ c32]
+        c64[ c64]      
        c32
        c2
 
-        c8-[ c c] c8 % over barline
-        c16-[ c8 c16]
-        c32-[ c16 c16 c16 c32]
-        c32-[ c16 c8 c32]               % hmm ?
+        c8[ c c] c8 % over barline
+        c16[ c8 c16]
+        c32[ c16 c16 c16 c32]
+        c32[ c16 c8 c32]                % hmm ?
        
                }}