Re: scheme bug in property-init.ly

2008-07-19 Thread Graham Percival
Thanks, applied. Trevor: could you look at tweaks when you get around to it? This isn't urgent. Cheers, - Graham On Fri, 18 Jul 2008 20:18:53 +0100 "Neil Puttock" <[EMAIL PROTECTED]> wrote: > Hi Graham, > > There are a few more examples which need changing; attached is a patch > to fix them.

Re: scheme bug in property-init.ly

2008-07-18 Thread Neil Puttock
Hi Graham, There are a few more examples which need changing; attached is a patch to fix them. Tweaks.itely will need a minor rewrite concerning vector syntax. Regards, Neil From 3899f883830d1335677574573a355310223a8712 Mon Sep 17 00:00:00 2001 From: Neil Puttock <[EMAIL PROTECTED]> Date: Fri, 1

Re: scheme bug in property-init.ly

2008-07-17 Thread Graham Percival
Thanks, committed. Cheers, - Graham On Thu, 17 Jul 2008 11:52:45 +0200 "Bertalan Fodor (LilyPondTool)" <[EMAIL PROTECTED]> wrote: > The following declarations are bad in property-init.ly: > > aikenHeads = \set shapeNoteStyles = ##(do re mi fa #f la ti) > acredHarpHeads = \set shapeNoteStyles =

scheme bug in property-init.ly

2008-07-17 Thread Bertalan Fodor (LilyPondTool)
The following declarations are bad in property-init.ly: aikenHeads = \set shapeNoteStyles = ##(do re mi fa #f la ti) acredHarpHeads = \set shapeNoteStyles = ##(fa #f la fa #f la mi) The correct is: aikenHeads = \set shapeNoteStyles = #'#(do re mi fa #f la ti) sacredHarpHeads = \set shapeNoteSt