Laura Conrad wrote:
This is two bugs, but the file is pretty simple.  If you really want
two different files, I'll split it.

Are those exhaustive lists of things that convert-ly should do? And do you know when exactly the changes occured? If you can tell me those things, I could fix it myself.

- Graham


Bug 1:

Somewhere between 2.0 and 2.8, the clef names got hyphenated instead
of having underscores.  Convert-ly doesn't know about this, so a
statement:
        \clef "petrucci_c1"

should be converted to:

\clef "petrucci-c1"
and it isn't.

Bug 2:

Similarly, the style directive for single digit time signatures was
changed from:

        \override Staff.TimeSignature   #'style = #'1style

to:

        \override Staff.TimeSignature   #'style = #'single-digit

and convert-ly doesn't do this, either.



------------------------------------------------------------------------



------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to