Date: Wed, 14 Dec 2005 11:33:28 +0000 (UTC)
> From: Felix Hammer <[EMAIL PROTECTED]>
> Subject: ignore \break \noBreak \noPageBreak commands for the score
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii
>
> Hello.
>
> ...
>
> As you can see I have the violin-parts twice.
> To avoid senseless pagebreakings i have to make a lot of \break
> \noBreak and
> \noPageBreak in the violin-1-4.ly files for printing the solo part.
>
> But if i want to print the whole score (violin+piano) a cannot use
> the
> violin-part with \break \noBreak an \noPageBreak because they destroy
> the score-layout.
>
> So i have a "clean" violin-part for printing the score. But now i
> have to do all changes for violin in to files :(
>
> Is there an option to ignore \break ... commands from the violin-part
> to print the score?
When I am transcribing music, I set up variables
myBreak = \break % comment out for final version
myNoBreak = \noBreak % comment out for final version
%% myBreak = {} % uncomment for final version
%% myNoBreak = {} % uncomment for final version
etc, which I liberally scatter throughout the code. Then I can switch
to the no-op version when I want to turn the breaking off
Magnus
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user