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 17:44:26 +0100

2012/3/16 Xavier Scheuer <address@hidden>:
> On 16 March 2012 17:30, Francisco Vila <address@hidden> wrote:
>>
>> This is not an upright slur from the lowest note, this is a 'downside' slur
>
> Right, I did not consider this case.
> Nice request, then.
>
>> See attached again. How do you do that?
>
> Right now I would use two voices.  ;-P

Thank you. I have tried the \hideNotes trick but does not work because
a beam is only printed it the initial note is not hidden.

See

\version "2.15.30"
\new Staff {
  <<
    \new Voice
    \relative f {
      \voiceOne <c'' c'>16 % here \voiceTwo is even worse
    }
    \new Voice
    \relative f {
      \voiceTwo %\hideNotes   %this removes beam!
      c''16[ ^(
      \unHideNotes d b c] )
    }
  >>
}

%END

> But with your "be able to start a slur from a specific note of a chord"
> it would be easier, of course.


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



reply via email to

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