X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fkey-signature-scordatura.ly;h=50725d5033c26ccceeb36101af8128148aed9fcf;hb=ce6e56a8510206bff0d329bb79b9c0211999636f;hp=198d2a93e64f352a2627ac756b3cb4f4daaf4b16;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/key-signature-scordatura.ly b/input/regression/key-signature-scordatura.ly index 198d2a93e6..50725d5033 100644 --- a/input/regression/key-signature-scordatura.ly +++ b/input/regression/key-signature-scordatura.ly @@ -1,17 +1,19 @@ -\version "1.7.18" -\header { texidoc = "Key signatures can be set per pitch -individually. This can be done by setting @code{Staff.keySignature} -directly." +\version "2.7.39" +\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 = #'(((1 . 2) . 1) ((0 . 3) . -1)) + f8 a c e + \set Staff.keySignature = #'(((1 . 2) . -1) ((0 . 4) . 2)) + e a, g a }