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: Kieren MacMillan
Subject: Re: Slur from one voice to another emits warning
Date: Sun, 4 Jun 2017 10:01:16 -0400

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]