Status: Accepted
Owner: ----
Labels: Type-Scripts

New issue 4277 by [email protected]: convert-ly error for TimeSignature.style
https://code.google.com/p/lilypond/issues/detail?id=4277

I recently updated from lilypond 2.13.21 to 2.19.16, and the line

  \override Staff.TimeSignature #'style = #'()

got converted to

  \override Staff.TimeSignature.style = #'()    .

However, this is not correct: Using #'() makes recent lilypond versions use `C' and no longer `4/4'.

It should be either

  \numericTimeSignature

(which I would prefer) or

  \override Staff.TimeSignature.style = #'numbered

which might be simpler to handle with convert-ly.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to