]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beaming-ternary-metrum.ly
* flower/include/std-vector.hh (insert): Remove, replace by
[lilypond.git] / input / regression / beaming-ternary-metrum.ly
index f15fcfaa2294133fa7d173077ed3db77f408cb08..63efc88908edb284580207696479ebace2b7e800 100644 (file)
@@ -1,13 +1,12 @@
-\version "1.7.6"
+
+\version "2.7.13"
 \header {
-texidoc = "automatic beaming also works in ternary time sigs."
+  texidoc = "Automatic beaming works also in ternary time sigs."
 }
+\layout { raggedright = ##t}
 
-\score {
-   \notes \context Staff {
-\time 6/8
-[c8. c16 c16 c16] 
-}
-\paper { linewidth = -1. }
+\relative c'' {
+  \time 6/8
+  c8.[ c16 c16 c16] 
 }
-%% new-chords-done %%
\ No newline at end of file
+