]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 50d071ef92976a1eaa05607776e16341f28297fd..0580f2e6dae2a219547da842b0b6b5af2caa31bf 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.9.10"
+\version "2.13.29"
 
 \header {
 
-  texidoc = "Automatic beaming works also in ternary time sigs. In
-  this case, the 8th is a beat, so the 16ths are split into two
-  groups."
+  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."
 
 }
 
@@ -13,6 +13,7 @@
 
 \relative c'' {
   \time 6/8
-  c8.[ c16 c16 c16] 
+  c8. c16 c16 c16
+  c8. c16 c16 c16
 }