Re: Another similar convert-ly bug..

2004-03-26 Thread Erik Sandberg
On Friday 26 March 2004 01.49, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > the following: > > > > \version "1.8.0" > > \score { > > \notes \grace {\property Voice.Stem \set #'stroke-style = #'() c4} > > } > > > > is converted to: > > > > \version "1.9.0" > > \score { > > \notes \grace {

Another similar convert-ly bug..

2004-03-25 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > the following: > > \version "1.8.0" > \score { > \notes \grace {\property Voice.Stem \set #'stroke-style = #'() c4} > } > > is converted to: > > \version "1.9.0" > \score { > \notes \grace {\property Voice.Stem \set #'stroke-style = #'( c4)} > } > > (after fixing thi

Another similar convert-ly bug..

2004-03-25 Thread Erik Sandberg
the following: \version "1.8.0" \score { \notes \grace {\property Voice.Stem \set #'stroke-style = #'() c4} } is converted to: \version "1.9.0" \score { \notes \grace {\property Voice.Stem \set #'stroke-style = #'( c4)} } (after fixing this error manually, the file is converted correctly to 2.1