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

2010-10-10 Thread lilypond
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

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

2010-10-03 Thread lilypond
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

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

2010-10-01 Thread lilypond
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

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

2010-09-29 Thread lilypond
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

Re: \displayMusic does not properly quote cons lilypond properties

2010-09-29 Thread Dmytro O. Redchuk
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

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

2010-09-29 Thread lilypond
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

Re: \displayMusic does not properly quote cons lilypond properties

2010-09-25 Thread Neil Puttock
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

\displayMusic does not properly quote cons lilypond properties

2010-09-22 Thread Jeff Epstein
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