]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-beam.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / tuplet-beam.ly
index 297c767b112f40c7415db4a30431543f17caba99..9a6f2949174b815538008d0b4def523c9f0ebfdc 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.16"
+\version "1.7.18"
 \header {
 
 texidoc = "In combination with a beam, the bracket of the tuplet
@@ -6,10 +6,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] }
 }}
-%% new-chords-done %%
+