-------- Original Message -------- Subject: Re: scheme spanner in input/regression/scheme-text-spanner.ly not quote-proof Date: Sat, 28 Jul 2012 07:32:20 +0200 From: David Kastrup <[email protected]> Organization: Organization?!? To: [email protected] Reinhold Kainhofer <[email protected]> writes: > The text spanner implemented in scheme (which is also used as a basis > for David's measure counter engraver) seems to work fine in the regtest, > but apparently it is not quote-proof. > > In particular, if you try call \addQuote on some music that contains > \schemeTextSpannerStart or \schemeTextSpannerEnd, then you get the > following warnings and the text spanner is not quoted: Well, scheme-text-spanner changes the \Global context, and quote environments uses the layout definition partCombineListener in ly/declarations-init.ly with an unchanged Global context. Change its Global context similarly, and you should be set. -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
