Comment #6 on issue 4155 by [email protected]: 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