lilypond-user
[Top][All Lists]
Advanced

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

Re: How to structure piano music?


From: Michael Rivers
Subject: Re: How to structure piano music?
Date: Sun, 17 Nov 2013 10:37:59 -0800 (PST)

In my experience, << { } \\ {} >> will sometimes for for a short section with
multiple voices, but if there was a slur already under way before the voices
split or a slur that continues after the voices merge, it won't work. In
that case, << { \voiceOne } \new Voice { \voiceTwo } >> \oneVoice works much
better.

Unfortunately, if you're setting something like a fugue that has a voice
moving between the two staves, manually setting the stem direction seems to
be unavoidable. Defining a few variables helps:

goUp = { \change Staff = "right" \stemDown }
goDown = { \change Staff = "left" \stemUp }

Don't forget \stemNeutral when the extra voice leaves the staff too.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-to-structure-piano-music-tp154017p154075.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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