]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
* input/regression/beam-quanting-32nd.ly (texidoc): new file
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index 402623666d1177675638f61ea638c8139e2936c9..cccd3b14c4be2bcff8d0f91930c2d53f9fb4daaf 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.5.68"
+
+\version "1.9.8"
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
+texidoc = "Automatic beaming works also in ternary time sigs."
 }
 
 \score {
-   \notes \context Staff {
+   \notes \relative c'' {
 \time 6/8
-[c8. c16 c16 c16] 
+ c8.[ c16 c16 c16] 
 }
-\paper { linewidth = -1. }
+\paper { raggedright = ##t}
 }
-%% new-chords-done %%
\ No newline at end of file
+