gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: property LyricsVoice.stz


From: Laura Conrad
Subject: Re: property LyricsVoice.stz
Date: 03 Apr 2001 13:02:59 -0400
User-agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Arches)

>>>>> "Han-Wen" == Han-Wen Nienhuys <address@hidden> 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:address@hidden)
http://www.laymusic.org : Putting live music back in the living room.






reply via email to

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