X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fkey-signature-scordatura.ly;h=5954f2c0138970deebb741732ee8dc51917839fe;hb=721cbad0a8fa77d545bde7237dfc9aff3e5c6e2c;hp=4b63f973c1ef265c6e37ea218862eff410155ffa;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/input/regression/key-signature-scordatura.ly b/input/regression/key-signature-scordatura.ly index 4b63f973c1..5954f2c013 100644 --- a/input/regression/key-signature-scordatura.ly +++ b/input/regression/key-signature-scordatura.ly @@ -1,7 +1,7 @@ -\version "2.14.0" +\version "2.19.21" -\header { texidoc = "By setting @code{Staff.keySignature} directly, +\header { texidoc = "By setting @code{Staff.keyAlterations} directly, key signatures can be set invidually per pitch. " @@ -9,11 +9,11 @@ key signatures can be set invidually per pitch. \layout { ragged-right = ##T } -\relative c' +\relative \new Staff { - \set Staff.keySignature = #`(((0 . 3) . ,FLAT) ((1 . 2) . ,SHARP)) - f8 a c e - \set Staff.keySignature = #`(((0 . 4) . ,DOUBLE-SHARP) ((1 . 2) . ,FLAT)) + \set Staff.keyAlterations = #`(((0 . 3) . ,FLAT) ((1 . 2) . ,SHARP)) + f'8 a c e + \set Staff.keyAlterations = #`(((0 . 4) . ,DOUBLE-SHARP) ((1 . 2) . ,FLAT)) e a, g a }