[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 4277 in lilypond: convert-ly error for TimeSignatu
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 4277 in lilypond: convert-ly error for TimeSignature.style |
Date: |
Thu, 29 Jan 2015 15:06:25 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Scripts
New issue 4277 by address@hidden: 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
- [Lilypond-auto] Issue 4277 in lilypond: convert-ly error for TimeSignature.style,
lilypond <=