]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 6e500421a3f5780f53ae939e0c5d50c31d50be75..9763a09abf90e02fcd8b27ff722d0b982942e0c0 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.6"
+\version "2.10.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