Juergen Reuter schreef:
On Wed, 4 Oct 2006, Juergen Reuter wrote:

That is, lily should take a longa from neo-mensural font. The real problem is the 'u' in 'noteheads.u-2': The parmesan font defines a symmetric 'noteheads.s-2neomensural', but neither up/down specific heads.

On a second thought, not the "u" is a problem, but the error message is
wrong. The attached patch fixes the wrong error message (but not the original problem; that's a different issue). Should I apply the patch?



-  string idx = "noteheads.s" + suffix;
-  Stencil out = fm->find_by_name (idx);
+  string idx_symmetric, idx_directed, idx_either;

hi,

don't do this; use separate lines for each variable. Please apply after fixing.

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to