lilypond-user
[Top][All Lists]
Advanced

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

note / rest clash


From: pabuhr
Subject: note / rest clash
Date: Thu, 26 Dec 2013 22:39:51 -0500

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: %



reply via email to

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