lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4155 in lilypond: Patch: Add original-breaks.l


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4155 in lilypond: Patch: Add original-breaks.ly commands
Date: Tue, 07 Oct 2014 18:27:39 +0000


Comment #6 on issue 4155 by address@hidden: Patch: Add original-breaks.ly commands
https://code.google.com/p/lilypond/issues/detail?id=4155

FWIW, I usually define among others
%% line breaks in urtext
ULB = \tag #'Urtext { \break }
UBB = \tag #'Urtext { \bar "" \break } %mensural
UPB = \tag #'Urtext { \pageBreak }
UBP = \tag #'Urtext { \bar "" \pageBreak } %mensural
UNB = \tag #'Urtext { \noBreak }
UBar = \tag #'Urtext { \once \override Staff.BarLine.transparent = ##f }

and \score {  \keepWithTag #'(Urtext Whateverelse) ... }

for every score in a book. This means 2 main files at the end...

I think that the same as what Urs' attempt could be achieved if keep/removeWithTag were effective at a higher level (bookpart or boook).




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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