]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index f15fcfaa2294133fa7d173077ed3db77f408cb08..c22eaec5f0766674cd67307d3cd10ab65e224ef3 100644 (file)
@@ -1,13 +1,19 @@
-\version "1.7.6"
+
+\version "2.19.21"
+
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
-}
 
-\score {
-   \notes \context Staff {
-\time 6/8
-[c8. c16 c16 c16] 
+  texidoc = "Automatic beaming works also in ternary time sigs.
+  As desired, the measure is split in half, with beats 1-3 and
+  4-6 beamed together as a whole."
+
 }
-\paper { linewidth = -1. }
+
+\layout { ragged-right = ##t}
+
+\relative {
+  \time 6/8
+  c''8. c16 c16 c16
+  c8. c16 c16 c16
 }
-%% new-chords-done %%
\ No newline at end of file
+