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

Reply via email to