]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 0c232c64ab4e25dafd60e5d1fa24dd0d709f9e53..c22eaec5f0766674cd67307d3cd10ab65e224ef3 100644 (file)
@@ -1,12 +1,19 @@
 
-\version "2.6.0"
+\version "2.19.21"
+
 \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."
+
 }
 
-\relative c'' {
+\layout { ragged-right = ##t}
+
+\relative {
   \time 6/8
-  c8.[ c16 c16 c16] 
+  c''8. c16 c16 c16
+  c8. c16 c16 c16
 }
-\layout { raggedright = ##t}