]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/star-spangled-banner.ly
release: 1.1.63
[lilypond.git] / input / star-spangled-banner.ly
index c018bd523c40beee241d26bb5d043c90b461b613..383bfe90e2f6a96945a4b640def18c8269d4bb09 100644 (file)
@@ -1,5 +1,5 @@
 %{
-Converted from star.mup with the aid of mup-to-ly.py
+Converted from star.mup with the aid of mup2ly.py
 http://www.Arkkra.com/doc/star.html
 http://www.Arkkra.com/doc/star.ps
 %}
@@ -57,15 +57,20 @@ $staff2_voice_2 = \notes {
   g8. g16 fis4.()a,8 d8 e8 fis2 b8 b8 a4. a8 a,4 d2 s4 
 }
 
-text = \lyrics
- {  Oh4 __ \repeat fold 2 { }
+% hw: how does this work with new repeats?
+textx = \lyrics {  
+  Oh4 __ \repeat fold 2 { }
   \alternative {
-     { say.4 can you | see,2 by8. the16 dawn's4 ear- ly light2 What8
-    so8 proud-4. ly8 we4 hailed,2 At8. the16 twi-4 light's last gleam-
-    ing. Whose8. broad16 }
+     { 
+       say.4 can you | see,2 by8. the16 dawn's4 ear- ly light2 What8
+       so8 proud-4. ly8 we4 hailed,2 At8. the16 twi-4 light's last gleam-
+       ing. Whose8. broad16 
+     }
 
-    { stripes4 and bright stars,2 through8. the16 per-4 il- ous fight,2
-    O'er8 the8 ram-4. parts8 we4 watched,2 were8. so16 gal-4 lant- ly }
+    { 
+      stripes4 and bright stars,2 through8. the16 per-4 il- ous fight,2
+      O'er8 the8 ram-4. parts8 we4 watched,2 were8. so16 gal-4 lant- ly 
+    }
   }
   stream-4 ing. And8. the16 rock-4 ets' red glare,2 the8 bombs8
   burst-4 ing in air,2 gave4 proof4. through8 the4 night2 that8.
@@ -74,6 +79,69 @@ text = \lyrics
   and8 the8 home4. of8 the4 brave.2
 }
 
+textxx = \lyrics {  
+  Oh __ " " \repeat fold 2 { }
+  \alternative {
+     { 
+       say. can you | see, by the16 dawn's ear- ly light What
+       so proud- ly we hailed, At the16 twi- light's last gleam-
+       ing. Whose broad16 
+     }
+
+    { 
+      stripes and bright stars, through the16 per- il- ous fight,
+      O'er the ram- parts we watched, were so16 gal- lant- ly 
+    }
+  }
+  stream- ing. And the16 rock- ets' red glare, the bombs
+  burst- ing in air, gave proof through the night that
+  our flag was still there, Oh say, does that star- span-
+  gled ban- ner yet wave, __ O'er the land __ of the free
+  and the home of the brave.
+}
+
+textxxx = \lyrics {  
+  Oh4 __ 
+  %\alternative {
+     { 
+       say.4 can you | see,2 by8. the16 dawn's4 ear- ly light2 What8
+       so8 proud-4. ly8 we4 hailed,2 At8. the16 twi-4 light's last gleam-
+       ing. Whose8. broad16 
+     }
+
+    %{ 
+      stripes4 and bright stars,2 through8. the16 per-4 il- ous fight,2
+      O'er8 the8 ram-4. parts8 we4 watched,2 were8. so16 gal-4 lant- ly 
+    }
+  %}
+  stream-4 ing. And8. the16 rock-4 ets' red glare,2 the8 bombs8
+  burst-4 ing in air,2 gave4 proof4. through8 the4 night2 that8.
+  our16 flag4 was still there,2 Oh4 say, does that star- span-
+  gled ban- ner yet wave,2 __ O'er8. the16 land2 __ of8 the8 free2
+  and8 the8 home4. of8 the4 brave.2
+}
+
+text = \lyrics {  
+  Oh __ " "
+  %\alternative {
+     { 
+       say. can you | see, " " by the16 dawn's ear- ly light What
+       so proud- ly we hailed, At the16 twi- light's last gleam-
+       ing. Whose broad16 
+     }
+
+    %{ 
+      stripes and bright stars, through the16 per- il- ous fight,
+      O'er the ram- parts we watched, were so16 gal- lant- ly 
+    }
+  %}
+  stream- ing. And the16 rock- ets' red glare, the bombs
+  burst- ing in air, gave proof through the night that
+  our flag was still there, Oh say, does that " " star- span-
+  gled ban- ner " " yet " " wave, __ " " O'er the land __ " " of the free
+  and the home of the brave.
+}
+
 global = \notes {
        \time 3/4;
        \key D;
@@ -89,6 +157,7 @@ global = \notes {
 
 \score{ 
        \context GrandStaff < 
+               \addlyrics
                \context Staff=staffA < 
                        \global
                        \notes \transpose c'' {\voiceone \$staff1_voice_1 } 
@@ -118,4 +187,4 @@ global = \notes {
 }
 
 
-\version "1.0.20";
+\version "1.1.52";