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 {
[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
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