]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 0bc3df702dbefc13bcffd50034feeb86506790e3..cf9957e036998542a0a28c42671feafdec7cb843 100644 (file)
@@ -1,12 +1,19 @@
 
-\version "2.7.39"
+\version "2.14.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
 }