lilypond-devel
[Top][All Lists]
Advanced

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

patch for issue 708


From: Andrew Hawryluk
Subject: patch for issue 708
Date: Fri, 22 May 2009 21:11:30 -0600

This patch will allow convert-ly to process this:

\version "2.11.0"

{
c d'4 ees
\set Staff.keySignature = #`(((1 . 4) . 2) ((1 . 3) . 2) ((3 . 3) 2))

f^"some text"
\set Staff.keySignature = #`(((1 . 4) . -2)
                             ((1 . 3) . -4))
}


and output this:

convert-ly (GNU LilyPond) 2.13.1
Processing `test.ly'...
Applying conversion: 2.11.2, 2.11.3, 2.11.5, 2.11.6, 2.11.10, 2.11.11,
2.11.13, 2.11.15, 2.11.23, 2.11.35, 2.11.38, 2.11.46, 2.11.48,
2.11.50, 2.11.51, 2.11.52, 2.11.53, 2.11.55, 2.11.57, 2.11.60,
2.11.61, 2.11.62, 2.11.64, 2.12.0, 2.12.3, 2.13.0,
Not smart enough to convert Staff.keySignature - the alist is no
longer in reversed order.
2.13.1
\version "2.13.1"

{
c d'4 ees
\set Staff.keySignature = #`(((1 . 4) . ,SHARP)
                             ((1 . 3) . ,SHARP)
                             ((3 . 3) . ,SHARP))

f^"some text"
\set Staff.keySignature = #`(((1 . 4) . ,FLAT)
                             ((1 . 3) . ,DOUBLE-FLAT))
}

Attachment: 0002-Improved-keySignature-support-in-convert-ly.patch
Description: Text Data


reply via email to

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