]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-beam.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / tuplet-beam.ly
index 9a6f2949174b815538008d0b4def523c9f0ebfdc..20a2d12498bbd092a7f9fdceff62c31c57ab7d21 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.7.18"
+
+\version "2.7.39"
 \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] }
+}