]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Fix segfault from orphaned lines code
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index ec048213460a163e953e2651e468e85d4526a039..0580f2e6dae2a219547da842b0b6b5af2caa31bf 100644 (file)
@@ -1,13 +1,19 @@
-\version "1.7.18"
+
+\version "2.13.29"
+
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
-}
 
-\score {
-   \notes \context Staff {
-\time 6/8
- c8.-[ c16 c16 c16] 
+  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."
+
 }
-\paper { raggedright = ##t}
+
+\layout { ragged-right = ##t}
+
+\relative c'' {
+  \time 6/8
+  c8. c16 c16 c16
+  c8. c16 c16 c16
 }