lilypond-1.1.49
[lilypond.git] / input / test / incipit.ly
blob73bd6aec3bd6d9c1c9635b2e835ff10da9725a93
1 %{
2 Test of how to make an ``incipit'' to indicate scordatora
3 tuning of a violin part, using the clefStyle property.
4 The two first bars of Biber's Rosary sonata III.
6 /Mats B
7 %}
9 \version "1.0.21";
11 incipit = \notes\relative c'{
12 <b1 fis' b d>
15 violin = \notes\relative c''{
16 \specialkey \keysignature f' fis'' g' gis'';
17 \time 2/2;
19 a4. b8 c4 fis |
20 gis~ gis8 fis16^\trill ()e b8 c \context Staff<{\voiceone a d}{\voicetwo es,4}>|
23 BC = \notes\relative c{
24 \key D;
25 \time 2/2;
26 \clef "bass";
28 b2. cis4 |
29 d e fis g |
32 \score{
33 \notes{
34 \context Staff=violin
35 \property Staff.clefStyle = "transparent"
36 \incipit
37 < \context Staff=violin {
38 \bar ".|"; \endincipit
39 \violin}
40 \context Staff=cb { \property Staff.clefStyle = "transparent"
41 \bar ".|"; \endincipit
42 \BC}>
44 \paper{
45 \translator{\StaffContext
46 timeSignatureStyle = "C";