]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/keys.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / keys.ly
index b9eb85cb29e752c47047baf0e0ef6fb2ee9848e3..07825de22aabed07a139285a550db939602e1536 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "1.9.1"
+\version "2.1.36"
 \header{
 texidoc="
-Key signatures appear on key  changes. They may also
-appear without barlines.  The restoration accidentals are not printed at
-the start of the line. If @code{createKeyOnClefChange} is set, they're
-also created on a clef change.
+Key signatures may appear on key changes, even without a barline.  
+In the case of a line break, the restoration accidentals are printed at 
+end of a line. If @code{createKeyOnClefChange} is set, key signatures
+are created also on a clef change.
 "
 }
 
@@ -14,7 +14,7 @@ also created on a clef change.
 \score {
   \notes \relative c''
   {
-       \property Staff. createKeyOnClefChange = ##t  
+       \set Staff.createKeyOnClefChange = ##t  
     \key bes \major c2
 %    \key c \major %  \minor
     \key es \major %  \minor
@@ -22,7 +22,7 @@ also created on a clef change.
     \break
     \key bes \major % \major
     c2 \clef alto c2   \key d \major \clef treble c2
-       \property Staff. keySignature = #'((2 . -1)  (6 . -1) (4 . -1))
+       \set Staff.keySignature = #'((2 . -1)  (6 . 3) (4 . -2))
        e2
   }
 }