bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slurs between different voices


From: Francisco Vila
Subject: Re: Slurs between different voices
Date: Fri, 16 Mar 2012 13:51:01 +0100

2012/3/16 Colin Hall <address@hidden>:
>
> 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
Description: PNG image

Attachment: ChopinOp10-n4-fs8.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]