Re: note / rest clash

2013-12-26 Thread Alex Loomis
Change the fourth line to << { \voiceTwo b,2 b4\rest } \\ { \voiceFour g'4 g g } \\ { \voiceOne d'2 d4\rest } >> | \break The odd numbered voices will always have stems up and even voices will always have down stems. I don't remember where it was but I remember reading the numbering of voices s

Re: note / rest clash

2013-12-26 Thread Kieren MacMillan
Hi, > How do I move the rests further to the right to avoid the clashing note > columns? Use Lilypond’s built in voices: \version "2.16.0" melody = \relative c' { \time 3/4 << { \voiceTwo b,2 b4\rest } \\ { \voiceThree g'4 g g } \\ { \voiceOne d'2 d4\rest } >> | \break } \sco

note / rest clash

2013-12-26 Thread pabuhr
How do I move the rests further to the right to avoid the clashing note columns? \version "2.16.0" melody = \relative c' { \time 3/4 << { \stemDown b,2 b4\rest } \\ { g'4 g g } \\ { \stemUp d'2 d4\rest } >> | \break } \score { << \context Voice {