]> 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 3505d8552c2806f753700abdc5e5e77b7ee01a54..e65cbd8d959e7566c031b5e3389aa4b980ce6a26 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.9.4"
+\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] }
+}