Hi. > > Is there an option to ignore \break ... commands from the violin-part to > print > the score? >
%-----
\version "2.6.3"
theMusic = \relative c' {
a b c d \tag #'part { \break } a b c d
}
\score {
% \theMusic
\removeWithTag #'part \theMusic
\layout {}
}
%-----
Best,
Gilles
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
