]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-triplet.ly
Doc-es: update Notation/Unfretted.
[lilypond.git] / input / regression / auto-beam-triplet.ly
index 8fdf47f9b1991a5b12c692c7423f38c2d55abdc9..a9229e1df26980ecd078223c6d90c3126a26fd3d 100644 (file)
@@ -1,14 +1,13 @@
+
 \header
 {
-texidoc = "Automatic beaming is also done on tuplets."
+  texidoc = "Automatic beaming is also done on tuplets."
 }
 
-\version "1.7.18"
+\version "2.17.11"
+\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
+  \tuplet 6/4 { c c c c c c}
 }