From: Joe Neeman Date: Tue, 20 Feb 2007 21:55:12 +0000 (+1100) Subject: Add an example without a parallel beam X-Git-Tag: release/2.11.20-1~14^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00a74939656d39f2e3323344cc365376513ac586;p=lilypond.git Add an example without a parallel beam --- diff --git a/input/regression/tuplet-bracket-cross-staff.ly b/input/regression/tuplet-bracket-cross-staff.ly index 506e25efdc..4bdd5f062e 100644 --- a/input/regression/tuplet-bracket-cross-staff.ly +++ b/input/regression/tuplet-bracket-cross-staff.ly @@ -22,13 +22,14 @@ voice = { \times 2/3 { \change Staff=III c, \change Staff=II b \change Staff=I c' } + \times 2/3 { c'[ \change Staff=II b] c } } \score { \new PianoStaff << - \new Staff = "I" { s4 s4 s4 } + \new Staff = "I" { s1 } \new Staff = "II" { \clef bass \voice } - \new Staff = "III" { \clef bass s4 s4 s4 } + \new Staff = "III" { \clef bass s1 } >> }