On 19.02.2016 17:14, BB wrote:
I just tried it again with 2.18

\version "2.18.0"

\relative c' {

\set Staff.keySignature = #`(((0 . 6) . ,FLAT) ((0 . 5) . ,FLAT) ((0 . 3) . ,SHARP))

c4 d e fis

aes4 bes c2

}

does not work? I think compiling with 2.18 under2.19 there is not really used ver. 2.18 but a converter?

LilyPond itself doesn’t convert anything – exactly the version you invoked runs, and warnings are only given if the version is too _old_ in comparison with the \version statement. Converting syntax is done via convert-ly, an extra python script.
And if you indeed use v2.18, then it will work.

Best regards, Simon

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

Reply via email to