bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1280 in lilypond: \displayMusic does not properly quote cons lilyp


From: lilypond
Subject: Issue 1280 in lilypond: \displayMusic does not properly quote cons lilypond properties
Date: Wed, 29 Sep 2010 07:23:55 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1280 by brownian.box: \displayMusic does not properly quote cons lilypond properties
http://code.google.com/p/lilypond/issues/detail?id=1280

Reported by Jeff Epstein,
http://lists.gnu.org/archive/html/bug-lilypond/2010-09/msg00317.html :

%-----------------8<--------------------------------
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.
%-----------------8<--------------------------------


Just for the record.




reply via email to

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