]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/incipit.ly
release: 1.3.39
[lilypond.git] / input / test / incipit.ly
index 6be1828c525cae8a542978efa5e1d5760fba4e12..a64d76932c2c48975ebd26e5d5afb938b34defb7 100644 (file)
@@ -6,7 +6,7 @@
    /Mats B
 %}
 
-\version "1.1.66";
+\version "1.3.5";
 
 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 |
 }