>>>>> "Jan" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:

    >> The workaround is to change the "< a' c >" that comes in the lilypond
    >> output to read "<< a' c >>".

    Jan> I guessed that much, but wanted to test it before making changes.
    Jan> It's a simple patch, see below, but I haven't been able to test it.

Sorry I only got around to testing this now -- as I said, I don't use
chords very often.  You missed a place.


        ch = ''
        if str[:1] ==']':
                str = str[1:]
-               ch = '>>'
+               ch = '>>'

        end = 0

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139




_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to