]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index a0fcb46bd2d296d818dacc8d7fd92beee99b0ccf..0bc3df702dbefc13bcffd50034feeb86506790e3 100644 (file)
@@ -1,10 +1,12 @@
+
+\version "2.7.39"
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
+  texidoc = "Automatic beaming works also in ternary time sigs."
 }
+\layout { ragged-right = ##t}
 
-\score {
-   \notes \context Staff {
-\time 6/8
-[c8. c16 c16 c16] 
-}
+\relative c'' {
+  \time 6/8
+  c8.[ c16 c16 c16] 
 }
+