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.
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
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 =
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