Updates:
Status: Verified
Comment #4 on issue 1280 by v.villenave: \displayMusic does not properly
quote cons lilypond properties
http://code.google.com/p/lilypond/issues/detail?id=1280
(No comment was entered for this change.)
___
bug
Comment #3 on issue 1280 by n.puttock: \displayMusic does not properly
quote cons lilypond properties
http://code.google.com/p/lilypond/issues/detail?id=1280
No idea whether this is what was intended, though.
The display code deliberately produces this verbose scheme code: it's a
s
Comment #2 on issue 1280 by PhilEHolmes: \displayMusic does not properly
quote cons lilypond properties
http://code.google.com/p/lilypond/issues/detail?id=1280
I can confirm that 13.34 gives:
(#:override (box-padding . 0.5)
and 13.35 gives:
(#:override (cons (quote
Updates:
Status: Fixed
Owner: n.puttock
Labels: fixed_2_13_35
Comment #1 on issue 1280 by Carl.D.Sorensen: \displayMusic does not
properly quote cons lilypond properties
http://code.google.com/p/lilypond/issues/detail?id=1280
Fixed with commit
On Sun 26 Sep 2010, 01:33 Neil Puttock wrote:
> On 22 September 2010 11:18, Jeff Epstein
> wrote:
>
> > Note that
> >
> > (box-padding . 0.5)
> >
> > should be
> >
> > '(box-padding . 0.5)
> >
> >
> > I believe this is a bug.
>
> Thanks for the report. This will be fixed in 2.13.35.
Thaks to bo
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
On 22 September 2010 11:18, Jeff Epstein
wrote:
> Note that
>
> (box-padding . 0.5)
>
> should be
>
> '(box-padding . 0.5)
>
>
> I believe this is a bug.
Thanks for the report. This will be fixed in 2.13.35.
Cheers,
Neil
___
bug-lilypond mailing lis
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."
No