>>>>> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:

    >> { \$wordsdefaultV0 }
    >> { \$wordsdefaultV1 }

    Han-Wen> Obligatory warning: we will be junking the $ syntax in a as yet
    Han-Wen> undetermined moment in the near future. Use convert-ly to upgrade
    Han-Wen> input files.

I did that, but then I fixed abc2ly to not write the $.

--- abc2ly.py   Tue Apr  3 12:54:38 2001
+++ abc2ly.py~  Wed Dec  6 11:29:50 2000
@@ -208,13 +208,13 @@
                        outf.write ("\n        \\addlyrics")
                outf.write ("\n\t\\context Staff=\"%s\"\n\t{\n" %k ) 
                if k != 'default':
-                       outf.write ("\t    voicedefault\n")
-               outf.write ("\t    voice%s " % k)
+                       outf.write ("\t    \\$voicedefault\n")
+               outf.write ("\t    \\$voice%s " % k)
                outf.write ("\n\t}\n")
                if len ( slyrics [voice_idx_dict[k]] ):
                        outf.write ("\n\t\\context Lyrics=\"%s\" \n\t<\t" % k)
                        for i in range (len(slyrics[voice_idx_dict[k]])):
-                               outf.write("\n\t  { words%sV%d }" % ( k, i) )
+                               outf.write("\n\t  { \\$words%sV%d }" % ( k, i) )
                        outf.write ( "\n\t>\n" )
        outf.write ("\n    >")
        outf.write ("\n\t\\paper {\n")


-- 
Laura (mailto:[EMAIL PROTECTED])
http://www.laymusic.org : Putting live music back in the living room.




_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to