]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/D.Zipoli/verso_2.ly
release: 1.3.118
[lilypond.git] / mutopia / D.Zipoli / verso_2.ly
index 2c316f36082dcc3785d9aaaff7c249beff5b21b6..99f5be0792e7ff26d3a2222b4b208fd6555f7728 100644 (file)
@@ -1,10 +1,10 @@
 \header{
 filename="verso_2.ly";
-enteredby = "Peter Chubb";
-arranger = "Peter Chubb";
-composer = "Domenico Zipoli";
-date = "c1700";
-title = "Verso II";
+enteredby =  "Peter Chubb";
+arranger =  "Peter Chubb";
+composer =  "Domenico Zipoli";
+date =  "c1700";
+title =  "Verso II";
 }
 
 %{
@@ -17,23 +17,23 @@ title = "Verso II";
        under the Gnu Public Licence.
 %}
        
-\version "1.3.110";
+\version "1.3.117";
 
-$voice_one = \notes \relative c' {
+voiceOne =  \notes \relative c' {
        a'2 bes4. [c16 bes] | a4 d ~ d c ~ | c b ~ [b8 a] a4 ~|
        [a8 gis16 fis16] gis4 a4^"'" e'4 | f2 ~ [f8 g16 f] e4 ~| [e8 f16 e] [d8 c] d2 |
        c2 bes4 ~ [bes8 c16 bes] | a4~[a8 bes16 a] g4~ [g8 a16 g] f4 ~ [ f8 g16 f] e4 a4~|
        [a8 g16 fis] g4 ~ g f | e2 ~ e4 g4 ~ | g [fis8 e] fis2 \bar "|.";
 }
 
-$voice_two = \notes \relative c' {
+voiceTwo =  \notes \relative c' {
        [d8 e f d ] g4 c, | f d e2 | f4 ~ [f8 g16 f] e4 a|
        d,4. d8 c4 a'4 | r4 a4 bes4 ~ [bes8 c16 bes] | a2 ~ [a8 bes16 a] g4 ~|
        [ g8 a16 g ] f4 ~ [f8 g16 f] e4 | f2 ~ f4 e4 ~| e4 d4~ d4 cis4 |
        d2 cis4 d4~ | d4 [cis8 b] cis2 | d1 \bar "|.";
 }
 
-$voice_three = \notes \relative c'
+voiceThree =  \notes \relative c'
  {
        r1 | r2 [a8 b c a] | d4 g, c4. [d16 c] |
        b4. b8 [a b c a ] | [d, e f d ] g4 c,4 | f2 bes4 ~ [bes8 c16 bes]|
@@ -56,19 +56,19 @@ recorder= {
                \context Staff = descant {
                        \property Staff.Instrument = "Descant"
                        \clef "G^8";
-                       \notes \transpose bes' {\global \$voice_one }
+                       \notes \transpose bes' {\global \voiceOne }
                }
 
                \context Staff = treble {
                      \property Staff.Instrument = "Treble"
                        \clef "G";
-                       \notes \transpose bes' {\global  \$voice_two }
+                       \notes \transpose bes' {\global  \voiceTwo }
                }
 
                \context Staff = lower {
                      \property Staff.Instrument = "Tenor or Treble II"
                        \clef "G";
-                       \notes \transpose bes'' {\global \$voice_three }
+                       \notes \transpose bes'' {\global \voiceThree }
                }
        >
 }
@@ -86,12 +86,12 @@ organ={
                      \clef "G";
                      \global
                      \context Staff <
-                       { \voiceOne \$voice_one }
-                       { \voiceTwo \$voice_two }
+                       { \voiceOne \voiceOne }
+                       { \voiceTwo \voiceTwo }
                      >
                }
                \context Staff = bass {
-                     \clef "F"; \global \$voice_three
+                     \clef "F"; \global \voiceThree
                }
        >
 }