]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / beaming.ly
index dd5796c76c4fe78704a02dd56761eb3b752bd0a5..09dc8938f1434a64948c64bad79b964d3be43e2e 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.3.146"
+
+\version "2.7.39"
 
 \header{
 texidoc="
@@ -8,22 +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]       
-       c32
-       [c8 c,4 c'8] % should warn here!
-       [c8 c c] c8 % over barline
-       [c16 c8 c16]
-       [c32 c16 c16 c16 c32]
-       [c32 c16 c8 c32]                 % hmm ?
-       
-               }}
+\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 ?
+  
+}