]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/incipit.ly
patch::: 1.3.43.jcn1
[lilypond.git] / input / test / incipit.ly
index 73bd6aec3bd6d9c1c9635b2e835ff10da9725a93..b2cf14733f6e0bb308e506eb8466076bb5bb6e0e 100644 (file)
@@ -6,7 +6,7 @@
    /Mats B
 %}
 
-\version "1.0.21";
+\version "1.3.42";
 
 incipit = \notes\relative c'{
   <b1 fis' b d>
@@ -16,15 +16,17 @@ violin = \notes\relative c''{
   \specialkey \keysignature f' fis'' g' gis'';
   \time 2/2;
 
+  \key;
   a4. b8 c4 fis |
   gis~ gis8 fis16^\trill ()e b8 c \context Staff<{\voiceone a d}{\voicetwo es,4}>|
 }
 
 BC  = \notes\relative c{
-  \key D;
+  \key d;
   \time 2/2;
   \clef "bass";
 
+ \key;
   b2. cis4 | 
   d e fis g |
 }