]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/incipit.ly
* scripts/convert-ly.py (FatalConversionError.conv): conversion
[lilypond.git] / input / test / incipit.ly
index 0d7095eeb724438bcb3633effd58084bad73abbf..b430c7cbf1b98f3a38ad79862dd05914789656b6 100644 (file)
@@ -1,13 +1,8 @@
-\version "1.7.16"
-%{
- 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 %%