2012/3/16 Colin Hall <[email protected]>: > > On Fri, Mar 16, 2012 at 11:06:50AM +0100, Francisco Vila wrote: >> Hello, >> I am typesetting some Chopin music. Music from this period uses slurs >> between different voices all the time. I'd like to file an enhancement >> request for this, if possible. Thanks. > > Thanks for the suggestion. I think it is pretty clear what you are > requesting, and I agree that it is not supported now. > > http://lilypond.org/doc/v2.15/Documentation/notation/expressive-marks-as-curves#slurs > > To complete your feature request could you supply some suggestions for > suitable input syntax? A sample of lilypond source for some Chopin that is > complete except for the cross-voice slurs might be a good place to start. > > Also, so that this request can stand alone, could you send an image showing > an example of slurs between different voices?
I attach two. Op25-n3 is more obvious. Its code (w/o slur) would be
something like
\version "2.15.30"
\new Staff \relative f {
<<
\new Voice { \voiceOne d''16 c8. g16 f8. }
\new Voice { \voiceTwo f8[ f'] c,[ c'] }
>>
}
A comfortable syntax would be \startSlur #name ... \endSlur #name like in
<<
\new Voice { \voiceOne d''16 \startSlur #A c8. }
\new Voice { \voiceTwo f,8[ f'] \endSlur #A }
>>
A #name would be reusable if the slur has ended in a previous column.
Otherwise, new names everywhere would be needed.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
<<attachment: ChopinOp25-n3-fs8.png>>
<<attachment: ChopinOp10-n4-fs8.png>>
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
