]> 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 ec048213460a163e953e2651e468e85d4526a039..0bc3df702dbefc13bcffd50034feeb86506790e3 100644 (file)
@@ -1,13 +1,12 @@
-\version "1.7.18"
+
+\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] 
-}
-\paper { raggedright = ##t}
+\relative c'' {
+  \time 6/8
+  c8.[ c16 c16 c16] 
 }