Comment #12 on issue 2336 by d...@gnu.org: Patch: Add layout changing command \layout-from for getting context defs from music
http://code.google.com/p/lilypond/issues/detail?id=2336

I am actually starting to lean towards not bothering about the naming at all. Instead, when music is encountered in a context def or output def, just call a Scheme function for harvesting it, period.

That would make \midi { \tempo 4 = 80 } work again as expected. The only disadvantage is that you can't specify what to do with layout properties for Bottom then, but in that case one could still use
\layout { \with-Bottom #'TabVoice \FullTabulature } or so.

Sure, it is not really all that conceptually clean, but one can throw a warning for any kind of music not belonging in there.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to