]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/keys.ly
*** empty log message ***
[lilypond.git] / input / regression / keys.ly
index 9c194981b672473285d8452af5c14edae7776e7c..25d60c3ae42f19a3315b5aae7a884a61b2ae1a42 100644 (file)
@@ -1,10 +1,11 @@
-\version "1.7.6"
+
+\version "2.1.28"
 \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.
 "
 }
 
@@ -13,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
@@ -21,8 +22,8 @@ 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
   }
 }
-%% new-chords-done %%
+