lilypond-devel
[Top][All Lists]
Advanced

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

Re: Change syntax for woodwind-diagram markup (issue1946043)


From: Carl . D . Sorensen
Subject: Re: Change syntax for woodwind-diagram markup (issue1946043)
Date: Sun, 15 Aug 2010 04:10:36 +0000

OK, I fixed all these things, but I did have a question about why the
grob property didn't need to be defined.

Thanks,

Carl



http://codereview.appspot.com/1946043/diff/1/5
File scm/define-grob-properties.scm (right):

http://codereview.appspot.com/1946043/diff/1/5#newcode414
scm/define-grob-properties.scm:414: (graphical ,boolean? "Display in
graphical, rather than textual, form.")
On 2010/08/14 19:47:59, Neil Puttock wrote:
don't need this

I tested, and verified that I don't need it, but why?  I thought that we
had checks to issue a warning if an undefined property was used.  Is
that only for context properties?

Done, anyway

http://codereview.appspot.com/1946043/diff/1/6
File scm/display-woodwind-diagrams.scm (right):

http://codereview.appspot.com/1946043/diff/1/6#newcode1870
scm/display-woodwind-diagrams.scm:1870: (thickness .1)
On 2010/08/14 19:47:59, Neil Puttock wrote:
0.1

Done.

http://codereview.appspot.com/1946043/diff/1/6#newcode1952
scm/display-woodwind-diagrams.scm:1952: (let*  ((radius (chain-assoc-get
'size props 1.0))
On 2010/08/14 19:47:59, Neil Puttock wrote:
Since these are bound with defaults above, you don't need to use
chain-assoc-get

(radius size)

Done.  I forgot about how nifty the new interface is that David made
possible.

http://codereview.appspot.com/1946043/diff/1/6#newcode1954
scm/display-woodwind-diagrams.scm:1954: (display-graphic
(chain-assoc-get 'graphic props #t))
On 2010/08/14 19:47:59, Neil Puttock wrote:
graphical

Done.

http://codereview.appspot.com/1946043/diff/1/6#newcode1966
scm/display-woodwind-diagrams.scm:1966: ;(user-draw-commands (cadddr
input-list))
On 2010/08/14 19:47:59, Neil Puttock wrote:
remove

Done.

http://codereview.appspot.com/1946043/show



reply via email to

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