bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 824 in lilypond: Enhancement: anchors in the music stream


From: lilypond
Subject: Re: Issue 824 in lilypond: Enhancement: anchors in the music stream
Date: Sun, 25 Sep 2011 06:20:32 +0000

Updates:
        Status: Started
        Labels: -fixed_2_15_13

Comment #14 on issue 824 by address@hidden: Enhancement: anchors in the music stream
http://code.google.com/p/lilypond/issues/detail?id=824

Kieren remarked in private communication that these macros nest awfully:

\pushToTag #'coda
  \pushToTag #'sevenfour
    \pushToTag #'threefour \global { \tempo \markup "Starting slow" }
    { \tempo \markup "Getting faster" }
  { \tempo \markup "As fast as possible" }

as opposed to
\pushToTag #'coda { \tempo \markup "As fast as possible" }
\pushToTag #'sevenfour { \tempo \markup "Getting faster" }
\pushToTag #'threefour { \tempo \markup "Starting slow" } \global

I guess he is right: I had a reason for choosing the order of arguments, but his reason is much better.

So I am going to change the order (and push to staging) while nobody has yet written significant code using the feature.

Since I already wrote regtests and documentation, this will take a bit more work. Should be worth it.




reply via email to

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