Normalize Star Spangled Banner

This commit is contained in:
Andrew Miner
2017-06-02 08:25:18 -07:00
parent a76a411b8c
commit c634216cf3
+28 -48
View File
@@ -1,38 +1,24 @@
\include "globals.ly" \include "globals.ly"
\version "2.18.2"
\header { \header {
title = "The Star Spangled Banner" title = "The Star Spangled Banner"
composer = "John Stafford Smith" composer = "John Stafford Smith"
}
tempoMark = {
\once \override Score.RehearsalMark #'self-alignment-X = #LEFT
\once \override Score.RehearsalMark #'break-align-symbols = #'(time-signature key-signature)
\once \override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT
\mark \markup \bold "With Spirit"
}
global = {
\tempoMark
\key bf \major
\time 3/4
} }
melody = \relative c' { melody = \relative c' {
\global \tempo "With Spirit"
\dynamicUp \key bf \major
r2 f8. ( d16 ) | bf4 d f | bf2 d8. c16 | bf4 d, e | \time 3/4
f2 f8 f | d'4. c8 bf4 | a2 g8 a | bf4 bf f |
\set melismaBusyProperties = #'() r2 f8. ( d16 ) | bf4 d f | bf2 d8. c16 | bf4 d, e |
d bf f'8. ( d16 ) f2 f8 f | d'4. c8 bf4 | a2 g8 a | bf4 bf f |
\unset melismaBusyProperties d bf f'8. ( d16 ) | bf4 d f | bf2 d8. c16 | bf4 d, e |
bf4 d f | bf2 d8. c16 | bf4 d, e | f2 f8 f | f2 f8 f | d'4. c8 bf4 | a2 g8 a | bf4 bf f |
d'4. c8 bf4 | a2 g8 a | bf4 bf f | d bf d'8 d | d bf d'8 d | d4 ef f | f2 ef8 d | c4 d ef |
d4 ef f | f2 ef8 d | c4 d ef | ef2 ef4 | ef2 ef4 | d4. c8 bf4 | a2 g8 a | bf4 d, e |
d4. c8 bf4 | a2 g8 a | bf4 d, e | f2 f4 | f2 f4 | bf4 bf bf8 ( a ) | g4 g g | c4 ef8 ( d ) c ( bf ) |
bf4 bf bf8 ( a ) | g4 g g | c4 ef8 ( d ) c ( bf ) | bf4 ( a ) \fermata f8 f | bf4 ( a ) \fermata f8 f | bf4. ( c8 ) d ef | f2 bf,8 c | d4. ef8 c4 |
bf4. ( c8 ) d ef | f2 bf,8 c | d4. ef8 c4 | bf2. | bf2. |
} }
words = \lyricmode { words = \lyricmode {
@@ -48,24 +34,18 @@ words = \lyricmode {
o'er the land of the free and the home of the brave? o'er the land of the free and the home of the brave?
} }
\score { \book {
<< \score {
\new Staff \with { \new Staff \with {
instrumentName = "Clarinet" instrumentName = "Clarinet"
} { } {
\naturalizeMusic \naturalizeMusic
\transpose c d \transpose bf c'
\melody \melody
\addlyrics { \addlyrics {
\set fontSize = #-2 \set fontSize = #-2
\words \words
} }
}
} }
>>
\layout {
\context {
\Score
proportionalNotationDuration = #(ly:make-moment 1/8)
}
}
} }