]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/incipit.ly
rename.
[lilypond.git] / input / test / incipit.ly
index c2baafd4b96a74034a91dceb1c10b7acb7bbdd92..c6ff08bbce1b8d63c6778443f9eb9fc8c78514e6 100644 (file)
@@ -1,13 +1,8 @@
-\version "1.7.6"
-%{
- Test of how to make an ``incipit'' to indicate scordatora 
- tuning of a violin part, using the clefStyle property.
- The two first bars of Biber's Rosary sonata III.
-
-   /Mats B
-%}
-
-
+\version "1.7.18"
+\header { texidoc = "@cindex Incipit
+This shows how to make an ``incipit'' to indicate scordatora 
+tuning of a violin part, using the clefStyle property.
+The two first bars of Biber's Rosary sonata III. " }
 
 violinincipit =  \notes\relative c''{
   \clef "french"
@@ -34,7 +29,7 @@ violin =  \notes\relative c''{
   \clef treble
 
   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{
@@ -64,6 +59,7 @@ BC  = \notes\relative c{
       \BC
     }}
   >
+       \paper { raggedright = ##t }
 }  
 
-%% new-chords-done %%
+