]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index e2cce0ff9ea96548b4b73888f54072ca6cd88770..65658ac9a1d68faecbf6f700c1241e5b7ae91513 100644 (file)
@@ -1,12 +1,19 @@
 
-\version "2.7.32"
+\version "2.16.0"
+
 \header {
-  texidoc = "Automatic beaming works also in ternary time sigs."
+
+  texidoc = "Automatic beaming works also in ternary time sigs.
+  As desired, the measure is split in half, with beats 1-3 and
+  4-6 beamed together as a whole."
+
 }
+
 \layout { ragged-right = ##t}
 
 \relative c'' {
   \time 6/8
-  c8.[ c16 c16 c16] 
+  c8. c16 c16 c16
+  c8. c16 c16 c16
 }