]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/star-spangled-banner.ly
release: 1.1.57
[lilypond.git] / input / star-spangled-banner.ly
index 4578d11e304b0fc721f0a9f207e0f74e5458839d..b609d34d708f0bc296b96fa58cb5a7e31d4e5945 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,27 @@ text = \lyrics
   and8 the8 home4. of8 the4 brave.2
 }
 
+text = \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
+}
+
 global = \notes {
        \time 3/4;
        \key D;
@@ -118,4 +144,4 @@ global = \notes {
 }
 
 
-\version "1.0.18";
+\version "1.1.52";