bug-lilypond
[Top][All Lists]
Advanced

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

scheme bug in property-init.ly


From: Bertalan Fodor (LilyPondTool)
Subject: scheme bug in property-init.ly
Date: Thu, 17 Jul 2008 11:52:45 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

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 shapeNoteStyles = #'#(fa #f la fa #f la mi)

Please fix it. See http://www.opensubscriber.com/message/address@hidden/8445975.html for the discussion

Thanks,

Bert




reply via email to

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