Thanks Kieren, that works.

---
Knute Snortum
(via Gmail)

On Sun, Jun 4, 2017 at 7:01 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:

> Hi Knute,
>
> > I am trying to get a slur that goes from one voice to another.
>
> You need to acutally *use* [independent] voices:
>
> %%%  SNIPPET BEGINS
> \version "2.19.61"
> \language "english"
>
> hideOneNote = {
>   \once \omit Stem
>   \once \omit Flag
> }
>
> \relative {
>   \key ef \major
>   \time 3/4
>   <<
>     {
>       \voiceOne
>       | f''4-> s2
>       | d4
>     }
>     \\
>     \new Voice {
>       \voiceTwo
>       | r8 f, ^( <e g> <ef a> <d bf'> <c c'>
>       | \hideOneNote d'8 )
>     }
>     \\
>     \new Voice {
>       \voiceFour
>       | s2.
>       | r8
>     }
>   >>
> }
> %%%  SNIPPET ENDS
>
> Hope this helps!
> Kieren.
> ________________________________
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: i...@kierenmacmillan.info
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to