bug-lilypond
[Top][All Lists]
Advanced

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

another convert-ly problem


From: Erik Sandberg
Subject: another convert-ly problem
Date: Thu, 25 Mar 2004 12:39:54 +0100
User-agent: KMail/1.5.4

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





reply via email to

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