> Daniel Johnson wrote:
>
>>r4 c4 ~ << c2 \\ {r8 <g e>8 r8 <g e>8} >>
>>
>>
>>
> hmm. On second thought, the tie between the C's probably won't work
> here.  << \\ >> by default generates new voices, and you can't do
> cross-voice ties.  BUT, you can specify voice-names.  So the following
> would (theoretically) work:
>
> \context Voice = rightHand r4 c4 ~ << \context Voice = rightHand c2 \\
> {r8 <g e>8 r8 <g e>8} >>
>

Easier would be to add silent notes:
r4 << {c4 ~ c2} \\ {s4 r8 <g e> r <g e>} >>

(beware, I haven't tested it ;)

Kristof


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to