]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-beam.ly
release commit
[lilypond.git] / input / regression / tuplet-beam.ly
index a970aedf8afeebdf01b73e20d6637295707c726f..21df20e929d648bf24f2121256b86231f51b7962 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.6"
+\version "1.7.18"
 \header {
 
 texidoc = "In combination with a beam, the bracket of the tuplet
@@ -8,8 +8,8 @@ the bracket."
 }
 
 \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 %%