]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 2b0a5dedbbfbda7103bbaf825b9b3d59277d7bd0..2a7bb39c7afe7f53ab500504c067feb6088a1dcd 100644 (file)
@@ -1,15 +1,13 @@
+
 \header
 {
-texidoc = "Automatic beaming is also done on tuplets."
+  texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.7.16"
+\version "2.14.0"
+\layout { ragged-right= ##t }
 
-\score{
-       \notes\relative c''{
-               c8 c c c
-               \times 4/6 { c c c c c c}
-       }
-       \paper{ }
+\relative c''{
+  c8 c c c
+  \times 4/6 { c c c c c c}
 }
-%% new-chords-done %%
\ No newline at end of file