lilypond-user
[Top][All Lists]
Advanced

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

Re: note / rest clash


From: Alex Loomis
Subject: Re: note / rest clash
Date: Thu, 26 Dec 2013 22:52:54 -0500

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 should go from outside in; top and bottom are one and two, the middle two are three and four.


On Thu, Dec 26, 2013 at 10:39 PM, pabuhr <address@hidden> wrote:
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 {
                        \clef "treble_8"
                        \melody
                }
        >>
} % score

% Local Variables: %
% tab-width: 4 %
% compile-command: "lilypond --ps test1.ly" %
% End: %

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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