Hi,
This doesn't qualify as a necessary bugfix for 2.2, since it occured in 2.0
already. But anyways:
When converting from 1.8 to 1.9, with the new markup syntax, there is a
problem with parentheses. The following:
\version "1.8.0"
\score {
\notes {a4_#'(italic "Simile") c}
}
is translated to:
\version "1.9.0"
\score {
\notes {a4_#'(italic "Simile" c)}
}
It might be too much to demand that convert-ly should upgrade
#'(italic "Simile")
to
\markup {\italic { "Simile" }}
, but the movement of a parenthesis movement is IMHO a clear bug, as opposed
to a limitation.
erik
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond