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 = ##(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/[EMAIL PROTECTED]/8445975.html > for the discussion > > Thanks, > > Bert > > > _______________________________________________ > bug-lilypond mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/bug-lilypond _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
