lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur from one voice to another emits warning


From: Knute Snortum
Subject: Re: Slur from one voice to another emits warning
Date: Mon, 5 Jun 2017 07:43:20 -0700

Thanks Kieren, that works.


---
Knute Snortum
(via Gmail)

On Sun, Jun 4, 2017 at 7:01 AM, Kieren MacMillan <address@hidden> 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: address@hidden



reply via email to

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