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 16:51:30 +0100

2012/3/16 Francisco Vila <address@hidden>:
> Well I'd change the title to "be able to start a slur from a specific
> note of a chord". This gives a warning and does not printa a slur. For
> cases like this, maybe still the named slurs have any sense.
>
> \version "2.15.30"
> \new Staff {
>  \new Voice \relative f {
>    <c''' c,( >16  d, b c )
>  }
> }

Also, I had put my hopes in this variant:

\version "2.15.30"
\new Staff {
  \new Voice \relative f {
    <<{c'''16 } \\ {c,16( } >>
    d, b c )
  }
}

\layout {
  \context {
    \Voice
    \remove "Slur_engraver"
    \remove "Slur_performer"
  }
  \context {
    \Staff
    \consists "Slur_engraver"
    \consists "Slur_performer"
  }
}


%END

But not.
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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