]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index b79f75d42d0c12968156e0db4309271f78e73378..c22eaec5f0766674cd67307d3cd10ab65e224ef3 100644 (file)
@@ -1,21 +1,19 @@
 
-\version "2.9.10"
+\version "2.19.21"
 
 \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.  This can be avoided by overriding @code{beatLength} to be 3
-  8th notes."
+  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'' {
+\relative {
   \time 6/8
-  c8.[ c16 c16 c16] 
-  \set beatLength = #(ly:make-moment 3 8)
-  c8.[ c16 c16 c16] 
+  c''8. c16 c16 c16
+  c8. c16 c16 c16
 }