]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
new file.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index f4aa21fa840389d2ebe331d514a42cc45a814e23..4561952d11e9a019bada5534fa93523a3ffafd5a 100644 (file)
@@ -1,12 +1,14 @@
-\version "1.5.68"
+
+\version "2.3.4"
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
+texidoc = "Automatic beaming works also in ternary time sigs."
 }
 
 \score {
-   \notes \context Staff {
+    \relative c'' {
 \time 6/8
-[c8. c16 c16 c16] 
+ c8.[ c16 c16 c16] 
 }
-\paper { linewidth = -1. }
+\paper { raggedright = ##t}
 }
+