]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/keys.ly
patch::: 1.5.5.jcn3
[lilypond.git] / input / regression / keys.ly
index 999df4c4a53ab1665cf9c74f0d332df1e5a9e884..f9f4525420d6a6db198873625685582dd96c1cb7 100644 (file)
@@ -1,10 +1,11 @@
+\version "1.3.146"
 \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.
-";
+"
 }
 
 
@@ -13,13 +14,13 @@ also created on a clef change.
   \notes \relative c''
   {
        \property Staff. createKeyOnClefChange = ##t  
-    \key bes \major; c2
-%    \key c \major; %  \minor;
-    \key es \major; %  \minor;
+    \key bes \major c2
+%    \key c \major %  \minor
+    \key es \major %  \minor
     c2
     \break
-    \key bes \major; % \major;
-    c2 \clef alto; c2   \key d \major; \clef treble; c2
+    \key bes \major % \major
+    c2 \clef alto c2   \key d \major \clef treble c2
        \property Staff. keySignature = #'((2 . -1)  (6 . -1) (4 . -1))
        e2
   }