]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-scordatura-persist.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / key-signature-scordatura-persist.ly
index 6e71b36d9b5f1f249c7d70a9fbb3ebd418bd7d5a..0a721ba68ce19b2359cfd088fc7af9f3732ea5a6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.1"
+\version "2.19.21"
 
 \header {
   texidoc = "When a custom key signature has entries which are
@@ -6,14 +6,14 @@ limited to a particular octave, such alterations should persist
 indefinitely or until a new key signature is set.
 
 Here, only the fis' shows an accidental, since it is outside the
-octave defined in @code{keySignature}.
+octave defined in @code{keyAlterations}.
 "
 }
 
-\relative c' {
-  \set Staff.keySignature = #`(((0 . 3) . ,SHARP)
+\relative {
+  \set Staff.keyAlterations = #`(((0 . 3) . ,SHARP)
                                ((0 . 5) . ,FLAT)
                                ((0 . 6) . ,FLAT))
-  fis fis as bes
+  fis' fis as bes
   fis' as, as bes
 }