projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03289e
)
Add an example without a parallel beam
author
Joe Neeman
<joeneeman@gmail.com>
Tue, 20 Feb 2007 21:55:12 +0000
(08:55 +1100)
committer
Joe Neeman
<joeneeman@gmail.com>
Tue, 20 Feb 2007 21:55:12 +0000
(08:55 +1100)
input/regression/tuplet-bracket-cross-staff.ly
patch
|
blob
|
history
diff --git
a/input/regression/tuplet-bracket-cross-staff.ly
b/input/regression/tuplet-bracket-cross-staff.ly
index 506e25efdc6013ad20f4899ed624e8068cfc985d..4bdd5f062eb28ba58442dc41d44107018f3520b9 100644
(file)
--- 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" { s
4 s4 s4
}
+ \new Staff = "I" { s
1
}
\new Staff = "II" { \clef bass \voice }
- \new Staff = "III" { \clef bass s
4 s4 s4
}
+ \new Staff = "III" { \clef bass s
1
}
>>
}