]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / auto-beam-triplet.ly
index d2ecfcb2ebba69fa31e4419202751f8cd9e68fdf..121a22f79f81bf9f4e63a71ccfef33fa965c9ee8 100644 (file)
@@ -1,15 +1,13 @@
-#(ly:set-option 'old-relative)
+
 \header
 {
-texidoc = "Automatic beaming is also done on tuplets."
+  texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.9.1"
+\version "2.16.0"
+\layout { ragged-right= ##t }
 
-\score{
-       \notes\relative c''{
-               c8 c c c
-               \times 4/6 { c c c c c c}
-       }
-    \paper { raggedright= ##t }
+\relative c''{
+  c8 c c c
+  \times 4/6 { c c c c c c}
 }