]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beaming.ly
index 67b838fdfc9cb97ae1b1714d582e4529ea66d9fe..39cdfe53707763e124df6cfc46ce9306990f051c 100644 (file)
@@ -1,31 +1,34 @@
 
-\version "2.3.16"
+\version "2.16.0"
 
 \header{
 texidoc="
 Beaming is generated automatically. Beams may cross bar lines. In that
-case, line breaks are forbidden.  Yet clef and key signatures are
-hidden just as with breakable bar lines.
+case, line breaks are forbidden.
 "
 }
 
-\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
+\context Staff  \relative c''  {
 
-        c8[ c c] c8 % over barline
-        c16[ c8 c16]
-        c32[ c16 c16 c16 c32]
-        c32[ c16 c8 c32]                % hmm ?
-       
-               }}
+  c8[ \times 2/3 { c16 d e] }
+  s4*3
+  
+  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[^"over barline" c c] c8 
+  c16[ c8 c16]
+  c32[ c16 c16 c16 c32]
+  c32[ c16 c8 c32]              % hmm ?
+  
+}