Re: Music function interfere with variable name

2019-10-12 Thread foxfanfare
David Kastrup wrote > Naming a variable X will likely crash LilyPond since X is already used > to designate the X axis and quite a bit of Scheme code depends on it. > Try using longer variable names. That's what I thought. Thank you David. -- Sent from: http://lilypond.1069038.n5.nabble.com/Us

Re: Music function interfere with variable name

2019-10-11 Thread David Kastrup
foxfanfare writes: > In my piano scores, I use a lot a music function which can draw little hook > to indicate the hand separation. We discussed this in this post : > http://lilypond.1069038.n5.nabble.com/Layout-of-a-piano-hand-indicator-tp184061p212748.html > > I currently use the code that Harm

Music function interfere with variable name

2019-10-11 Thread foxfanfare
Hi all, In my piano scores, I use a lot a music function which can draw little hook to indicate the hand separation. We discussed this in this post : http://lilypond.1069038.n5.nabble.com/Layout-of-a-piano-hand-indicator-tp184061p212748.html I currently use the code that Harm wrote last year. The