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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to