OLD | NEW |
1 \version "2.16.0" | 1 \version "2.17.6" |
2 | 2 |
3 \header { | 3 \header { |
4 lsrtags = "headword" | 4 lsrtags = "headword" |
5 texidoc = "" | 5 texidoc = "" |
6 doctitle = "headword" | 6 doctitle = "headword" |
7 } | 7 } |
8 | 8 |
9 | 9 |
10 theChords = \chordmode { | 10 theChords = \chordmode { |
11 \time 2/2 | 11 \time 2/2 |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 \Soprano | 64 \Soprano |
65 \Alto | 65 \Alto |
66 >> | 66 >> |
67 } | 67 } |
68 } | 68 } |
69 \context Lyrics = "LyrOne" \lyricsto "sop" { \verseOne } | 69 \context Lyrics = "LyrOne" \lyricsto "sop" { \verseOne } |
70 \context Lyrics = "LyrTwo" \lyricsto "sop" { \verseTwo } | 70 \context Lyrics = "LyrTwo" \lyricsto "sop" { \verseTwo } |
71 \context Staff = lower { | 71 \context Staff = lower { |
72 \new Voice { | 72 \new Voice { |
73 \clef bass | 73 \clef bass |
74 \accidentalStyle "modern-cautionary" | 74 \accidentalStyle modern-cautionary |
75 << | 75 << |
76 \Tenor | 76 \Tenor |
77 \Bass | 77 \Bass |
78 >> | 78 >> |
79 } | 79 } |
80 } | 80 } |
81 >> | 81 >> |
82 | 82 |
83 \layout { | 83 \layout { |
84 indent = 0 | 84 indent = 0 |
85 \context { | 85 \context { |
86 \Score | 86 \Score |
87 \remove "Bar_number_engraver" | 87 \remove "Bar_number_engraver" |
88 } | 88 } |
89 \context { | 89 \context { |
90 \Voice | 90 \Voice |
91 \override StanzaNumber #'padding = #1.8 | 91 \override StanzaNumber #'padding = #1.8 |
92 } | 92 } |
93 } | 93 } |
94 } | 94 } |
95 \paper { } | 95 \paper { } |
OLD | NEW |