[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ignore \break \noBreak \noPageBreak commands for the score
From: |
Gilles |
Subject: |
Re: ignore \break \noBreak \noPageBreak commands for the score |
Date: |
Wed, 14 Dec 2005 17:16:15 +0100 |
User-agent: |
Mutt/1.5.11 |
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