]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-beam.ly
.ly version update.
[lilypond.git] / input / regression / tuplet-beam.ly
index 64d30ab89ec7d68f05fa6a63ea211e80dc47a540..bfdd5af5762d541047854deef53e8da9c3ac60fb 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.8"
 \header {
 
 texidoc = "In combination with a beam, the bracket of the tuplet
@@ -6,10 +7,11 @@ bracket is removed. This only happens if there is one beam, as long as
 the bracket."
 
 }
+    \paper { raggedright= ##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] }
+\times 2/3 { r  c8[ c8] }
+\times 2/3 {  c8[ c c] }
+\times 2/3 {  c16[ c16]  c8[ c8] }
 }}