]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-beam.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / tuplet-beam.ly
index bfdd5af5762d541047854deef53e8da9c3ac60fb..e65cbd8d959e7566c031b5e3389aa4b980ce6a26 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.9.8"
+\version "2.16.0"
 \header {
 
-texidoc = "In combination with a beam, the bracket of the tuplet
+  texidoc = "In combination with a beam, the bracket of the tuplet
 bracket is removed. This only happens if there is one beam, as long as
 the bracket."
 
 }
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes \context Voice\relative c'' {
-\times 2/3 { r  c8[ c8] }
-\times 2/3 {  c8[ c c] }
-\times 2/3 {  c16[ c16]  c8[ c8] }
-}}
+\context Voice\relative c'' {
+  \times 2/3 { r  c8[ c8] }
+  \times 2/3 {  c8[ c c] }
+  \times 2/3 {  c16[ c16]  c8[ c8] }
+}