]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
new file.
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 1e29f663795f66ce830414944ea288a0e6334432..4561952d11e9a019bada5534fa93523a3ffafd5a 100644 (file)
@@ -1,11 +1,14 @@
+
+\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}
 }
+