lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ignore \break \noBreak \noPageBreak commands for the score


From: Mats Bengtsson
Subject: Re: ignore \break \noBreak \noPageBreak commands for the score
Date: Thu, 15 Dec 2005 10:55:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

A third alternative is to define an extra "line of music" that only
contains the break commands (and other differences between the
instrumental part and the score):
scorespecifics = { \skip 1*24 \break \skip 1*35 \break }
violinpartspecifics = { \skip 1*18 \break }

and then include these in the respective score blocks:
% Instrumental part:
\score{
 \new Staff << \violinpartspecifics \violinmusic >>
}

% Score:
\score{
 <<
   \new Staff << \scorespecifics \violinmusic >>
   \new Staff { \violamusic }
   ...

However, the \tag feature is probably the most convenient solution.

  /Mats


Felix Hammer wrote:

Am Mittwoch, 14. Dezember 2005 19:33 schrieb Graham Percival:
On 14-Dec-05, at 3:33 AM, Felix Hammer wrote:
Is there an option to ignore \break ... commands from the violin-part
to print
the score?
Use \tag.  See "multiple editions from the same source".

Cheers,
- Graham

much thx. that was what i'am looking for.
greetings
felix

        

        
                
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]