lilypond-user
[Top][All Lists]
Advanced

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

Re: Experiences from voice handling wanted


From: Michael Rivers
Subject: Re: Experiences from voice handling wanted
Date: Thu, 16 Jan 2014 10:17:25 -0800 (PST)

I think you just have to remember to use \oneVoice or \stemNeutral when the
2nd voice isn't playing.

If the 2nd voice is coming and going frequently, you are much better off
using

<<
  { \voiceOne
     Music goes here
  }
  \new Voice {
     { \voiceTwo
        Music goes here
     }
  }
>>
\oneVoice

This way, when the voices split in two, the first voice can continue using a
slur it had begun before the voices split. If you use << { } \\ {} >> to
split the voices, you'll get "Cannot terminate slur" errors, and then you
have to start the second voice before you really want to, fill it with
spacer rests and manually change the stemming -- no fun.

There is a really nice post on the Scores of Beauty blog about temporary
polyphonic sections by Urs Liska:
http://lilypondblog.org/2013/07/voice-contexts-in-temporary-polyphonic-sections/



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Experiences-from-voice-handling-wanted-tp157895p158088.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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