]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/incipit.ly
release: 1.3.126
[lilypond.git] / input / test / incipit.ly
index 6be1828c525cae8a542978efa5e1d5760fba4e12..febbe7127cf253aa026755f6da9b9afe46a8071c 100644 (file)
@@ -6,41 +6,49 @@
    /Mats B
 %}
 
-\version "1.1.66";
+\version "1.3.117";
 
-incipit = \notes\relative c'{
+incipit =  \notes\relative c'{
   <b1 fis' b d>
 }
 
-violin = \notes\relative c''{
+emptyincipit =  \notes{
+ s1
+}
+
+violin =  \notes\relative c''{
   \specialkey \keysignature f' fis'' g' gis'';
   \time 2/2;
+  \clef "treble";
 
+  \key;
   a4. b8 c4 fis |
-  gis~ gis8 fis16^\trill ()e b8 c \context Staff<{\voiceone a d}{\voicetwo es,4}>|
+  gis~ gis8 fis16^\trill ()e b8 c \context Staff<{\voiceOne a d}{\voiceTwo es,4}>|
 }
 
 BC  = \notes\relative c{
-  \key D;
+  \key d \major;
   \time 2/2;
   \clef "bass";
 
+ \key;
   b2. cis4 | 
   d e fis g |
 }
 
 \score{
-  \notes{
-    \context Staff=violin
-    \property Staff.clefStyle = "transparent" 
-      \incipit 
-    < \context Staff=violin { 
-      \bar ".|"; \endincipit
-      \violin}
-      \context Staff=cb { \property Staff.clefStyle = "transparent" 
-      \bar ".|";  \endincipit 
-      \BC}>
-  }
+  <
+    \context Staff = violin {\notes{
+      \property Staff.clefStyle = "transparent" 
+      \incipit \bar ".|"; \endincipit
+      \violin
+    }}
+    \context Staff = BC{\notes{
+      \property Staff.clefStyle = "transparent" 
+      \emptyincipit \bar ".|"; \endincipit
+      \BC
+    }}
+  >
   \paper{
     \translator{\StaffContext
       timeSignatureStyle = "C";