bug-lilypond
[Top][All Lists]
Advanced

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

\displayMusic does not properly quote cons lilypond properties


From: Jeff Epstein
Subject: \displayMusic does not properly quote cons lilypond properties
Date: Wed, 22 Sep 2010 10:18:59 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I'm trying to get the \displayMusic for the following:

   c1^\markup {
      \caps \center-align
      \override #'(box-padding . 0.5)
      \box "V. S."}

It results, partially, in this:

 (markup
   #:line
   (#:caps
    (#:center-align
     (#:override (box-padding . 0.5) (#:box "V. S."))))

Note that 

(box-padding . 0.5)

should be 

'(box-padding . 0.5)


I believe this is a bug.

Thank you. Let me know if there's anything else I can do.

PS. Thanks to Carl Sorensen for helping me discover this.




reply via email to

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