lilypond-devel
[Top][All Lists]
Advanced

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

Re: Allows user to set ChordName text (issue 6496085)


From: dak
Subject: Re: Allows user to set ChordName text (issue 6496085)
Date: Wed, 12 Sep 2012 16:16:57 +0000

On 2012/09/12 16:11:05, dak wrote:

when it should rather have the form

   if (rest_event_)
     {
-       SCM no_chord_markup = get_property ("noChordSymbol");
-       if (!Text_interface::is_markup (no_chord_markup))
...
+     if (make_markup)
+       {
+         SCM no_chord_markup = get_property ("noChordSymbol");
+         if (!Text_interface::is_markup (no_chord_markup))
...
+       }
     } else

Actually, come to think of it you might want to move
if (make_markup)
upwards to surround the whole if (rest_event_), and then you will
arrive at the situation where a markup (and all information required
for it) is only calculated when it will get used, addressing the next
point as well.

That was the intent of the original suggestion.


http://codereview.appspot.com/6496085/



reply via email to

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