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
lilypond-user@gnu.org
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user