]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/star-spangled-banner.ly
dll read_opts revert
[lilypond.git] / input / star-spangled-banner.ly
index 339826fb6b172f84df02b0758f874c90367c7908..dae684f4e65ca3bfc50fb04daaa266616cb43e22 100644 (file)
@@ -1,42 +1,26 @@
+\version "1.5.68"
 %{
 Converted from star.mup with the aid of mup2ly.py
-http://www.Arkkra.com/doc/star.html
-http://www.Arkkra.com/doc/star.ps
+http://www.arkkra.com/doc/star.html
+http://www.arkkra.com/doc/star.ps
 %}
 
-\version "1.3.120";
 
-% TODO: 
-%
-%  * centre non-melismata lyrics (where there's only one verse!) under 
-%    notehead:
-%
-%      l       c    c    c    l
-%        ___
-%       |   |   |    |    |    |    |
-%      x|()x|  x|   x|   x|   x|( )x|
-%      Oh_____say  can  you   see
-%
-%  NOT!
-%
-%
-%  * slur/lyric clash
-%
 
 \header{
-       title="The Star Spangled Banner";
-       subtitle="The United States National Anthem";
-       poet="Text by Francis Scott Key";
-       composer="J. S. Smith";
-       arranger="Arranged by William J. Krauss";
-       enteredby="jcn";
-       copyright="public domain";
+       title="The Star Spangled Banner"
+       subtitle="The United States National Anthem"
+       poet="Text by Francis Scott Key"
+       composer="J. S. Smith"
+       arranger="Arranged by William J. Krauss"
+       enteredby="jcn"
+       copyright="public domain"
 }
 
 global =  \notes {
-  \time 3/4; 
-  \key d \major;
-  \partial 4;
+  \time 3/4 
+  \key d \major
+  \partial 4
 }
 
 staffBVoiceB =  \notes {
@@ -112,7 +96,7 @@ text =  \lyrics {
       % Ah, it seems that this context stops to exist just before
       % the :| barline is set, and doesn't see its width?
       % Ugly fix:
-      Whose broad \bar "|.";
+      Whose broad \bar "|."
     }
     \context LyricsVoice = "one-2" 
     { 
@@ -129,60 +113,55 @@ text =  \lyrics {
   }
 }
 
-\include "paper16.ly";
+\include "paper16.ly"
 
 \score{ 
        \context GrandStaff \notes < 
                \addlyrics
                \context Staff=upper <
                        \global
-                       \clef treble;
+                       \clef treble
                        \property Staff.automaticMelismata = ##t
                        \context Voice = one \transpose c'' {
-                               \stemUp
+                               \voiceOne
                                \staffBVoiceB
-                               \bar "|.";
+                               \bar "|."
                        } 
                        \context Voice = two \transpose c'' {
-                               \stemDown
+                               \voiceTwo
                                \staffBVoiceC
                        }
                >
                \context LyricsVoice = "one-1" \text
                \context Staff=lower <
                        \global
-                       \clef bass;
+                       \clef bass
                        \property Staff.VoltaBracket = \turnOff
                        \context Voice = three {
-                               \stemUp
+                               \voiceOne
                                \staffCVoiceB
                        } 
                        \context Voice = four {
-                               \stemDown
+                               \voiceTwo
                                \staffCVoiceC
                        } 
                >
        >
        \paper{
                \paperSixteen
-               textheight = 230.\mm;
-               linewidth= 180.\mm;
+               textheight = 230.\mm
+               linewidth= 180.\mm
                \translator {
                        \GrandStaffContext
-                       \accepts "Lyrics";
+                       \accepts "Lyrics"
                }
-% We have a Span_bar_engraver in GrandStaff; we only get grief if we add it here too.
-%              \translator {
-%                      \LyricsContext
-%                      \consists "Span_bar_engraver";
-%              }
                \translator {
                        \LyricsVoiceContext
-                       \consists "Bar_engraver";
+                       \consists "Bar_engraver"
                }
        }
        \midi {
-               \tempo 4 = 60;
+               \tempo 4 = 60
        }
 }