]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/incipit.ly
* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / input / test / incipit.ly
index 61edcd7bfb841f78e3f94d5be34e22d187b276f7..08193f588f12542bad2b75cf937a91b0b0f07432 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 %{
  Test of how to make an ``incipit'' to indicate scordatora 
  tuning of a violin part, using the clefStyle property.
@@ -9,8 +10,8 @@
 
 
 violinincipit =  \notes\relative c''{
-  \clef "french";
-  \time 2/2;
+  \clef "french"
+  \time 2/2
   \property Staff.TimeSignature \override #'style = #'old
   a4. b8 c4 fis |
 %  <b1 fis' b d>
@@ -18,7 +19,7 @@ violinincipit =  \notes\relative c''{
 }
 
 bcincipit =  \notes\relative c{
-  \clef bass;
+  \clef bass
   \property Staff.TimeSignature \override #'style = #'old
   b2. cis4 | 
   \property Staff.TimeSignature \override #'style = #'C
@@ -27,21 +28,21 @@ bcincipit =  \notes\relative c{
 violin =  \notes\relative c''{
 % Key signatures with different alterations in different octaves
 % are broken since 1.3.58!
-%  \specialkey \keysignature f' fis'' g' gis'';
-  \key d \major;
-  \time 2/2;
-  \clef treble;
+%  \specialkey \keysignature f' fis'' g' gis''
+  \key d \major
+  \time 2/2
+  \clef treble
 
   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 \major;
-  \time 2/2;
-  \clef "bass";
+  \key d \major
+  \time 2/2
+  \clef "bass"
 
- \key;
+ \key \default
   b2. cis4 | 
   d e fis g |
 }
@@ -50,14 +51,14 @@ BC  = \notes\relative c{
   <
     \context Staff = violin {\notes{
       \property Staff.Clef \override #'transparent = ##t
-      \violinincipit \bar ".|"; 
+      \violinincipit \bar ".|" 
       \property Staff.Clef \revert #'transparent 
       \endincipit
       \violin
     }}
     \context Staff = BC{\notes{
       \property Staff.Clef \override #'transparent = ##t
-      \bcincipit \bar ".|"; 
+      \bcincipit \bar ".|" 
       \property Staff.Clef \revert #'transparent 
       \endincipit
       \BC