X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fkey-signature-scordatura.ly;h=fb51ebaf040c0fa705ca42ebb6ae799cfe78f670;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=985cfdd8717664a12f39912e1a740d55f4eebbc2;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/key-signature-scordatura.ly b/input/regression/key-signature-scordatura.ly index 985cfdd871..fb51ebaf04 100644 --- a/input/regression/key-signature-scordatura.ly +++ b/input/regression/key-signature-scordatura.ly @@ -1,17 +1,19 @@ -\version "1.7.6" -\header { texidoc = "Key signatures can be set per pitch -individually. This can be done bby setting @code{Staff.keySignature} -directly." +\version "2.16.0" +\header { texidoc = "By setting @code{Staff.keySignature} directly, +key signatures can be set invidually per pitch. +" + + } +\layout { + ragged-right = ##T } -\score { \notes \relative c' -\context Staff { - \property Staff.keySignature = #'(((1 . 2) . 1) ((0 . 3) . -1)) - f8 a c e - \property Staff.keySignature = #'(((1 . 2) . -1) ((0 . 4) . 2)) - e a, g a -} +\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)) + e a, g a } -%% new-chords-done %% +