bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2336 in lilypond: Patch: Add layout changing command \layout-f


From: lilypond
Subject: Re: Issue 2336 in lilypond: Patch: Add layout changing command \layout-from for getting context defs from music
Date: Sat, 25 Feb 2012 06:44:06 +0000


Comment #12 on issue 2336 by address@hidden: 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.




reply via email to

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