]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add an example without a parallel beam
authorJoe Neeman <joeneeman@gmail.com>
Tue, 20 Feb 2007 21:55:12 +0000 (08:55 +1100)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 20 Feb 2007 21:55:12 +0000 (08:55 +1100)
input/regression/tuplet-bracket-cross-staff.ly

index 506e25efdc6013ad20f4899ed624e8068cfc985d..4bdd5f062eb28ba58442dc41d44107018f3520b9 100644 (file)
@@ -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 }
   >>
 }