Compare commits
5 commits
df296fea16
...
ec02cab726
| Author | SHA1 | Date | |
|---|---|---|---|
| ec02cab726 | |||
| 6f9bfbaec7 | |||
| 8dba48323a | |||
| 3b75b5af7d | |||
| 5260f0aeab |
13 changed files with 394 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
use nix;
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
*.png
|
||||||
|
*.svg
|
||||||
|
*.wav
|
||||||
Binary file not shown.
Binary file not shown.
66
hyfrydol-alleluia-ending/long.ly
Normal file
66
hyfrydol-alleluia-ending/long.ly
Normal file
|
|
@ -0,0 +1,66 @@
|
||||||
|
% Based on https://hymnary.org/page/fetch/CEL1997/303/high
|
||||||
|
|
||||||
|
\version "2.24.4"
|
||||||
|
\language "english"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
tagline = "" % Suppress "Music Engraving by Lilypond"
|
||||||
|
}
|
||||||
|
|
||||||
|
soprano = \relative c'' {
|
||||||
|
\time 3/4
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 c c | ef2 ef4 |
|
||||||
|
r4 df df | ef( df ef) | f2.~ | f \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
alto = \relative a' {
|
||||||
|
\key f \major
|
||||||
|
r4 a a | f2 f4 |
|
||||||
|
r4 a a | af2 af4 |
|
||||||
|
r4 f f | g( f g) | a2.~ | a \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
tenor = \relative c' {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 c c | c2 c4 |
|
||||||
|
r4 df df | ef( df ef) | c2.~ | c \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
bass = \relative f {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 f f | af2 af4 |
|
||||||
|
r4 f f | af2 af4 |
|
||||||
|
r4 af af | bf( af bf) | f2.~ | f \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
verseOne = \lyricmode {
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\new ChoirStaff <<
|
||||||
|
\new Staff = "soprano" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "soprano" { \voiceOne \soprano }
|
||||||
|
\new Lyrics \lyricsto soprano { \verseOne }
|
||||||
|
\new Voice = "alto" { \voiceTwo \alto }
|
||||||
|
>>
|
||||||
|
\new Staff = "bass" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "tenor" { \voiceThree \tenor }
|
||||||
|
\new Voice = "bass" { \voiceFour \bass }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\layout { }
|
||||||
|
}
|
||||||
BIN
hyfrydol-alleluia-ending/long.pdf
Normal file
BIN
hyfrydol-alleluia-ending/long.pdf
Normal file
Binary file not shown.
153
hyfrydol-alleluia-ending/short-with-organ-and-verse.ly
Normal file
153
hyfrydol-alleluia-ending/short-with-organ-and-verse.ly
Normal file
|
|
@ -0,0 +1,153 @@
|
||||||
|
% Based on https://hymnary.org/page/fetch/CEL1997/303/high
|
||||||
|
|
||||||
|
\version "2.24.4"
|
||||||
|
\language "english"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
subtitle = "Alleluia, Sing to Jesus"
|
||||||
|
tagline = "" % Suppress "Music Engraving by Lilypond"
|
||||||
|
}
|
||||||
|
|
||||||
|
soprano = \relative c'' {
|
||||||
|
\time 3/4
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 df df | ef( df ef) | f2.~ | f2.~ | f \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
alto = \relative a' {
|
||||||
|
\key f \major
|
||||||
|
r4 a a | f2 f4 |
|
||||||
|
r4 f f | g( f g) | a2.~ | a2.~ | a \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
tenor = \relative c' {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 df df | ef( df ef) | c2.~ | c2.~ | c \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
bass = \relative f {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 f f | af2 af4 |
|
||||||
|
r4 af af | bf( af bf) | f2.~| f2.~ | f \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
organRight = \relative f' {
|
||||||
|
\time 3/4
|
||||||
|
\clef treble
|
||||||
|
\key f \major
|
||||||
|
r4 <f a c> <f a c> | <f af df>2 <f af df>4 |
|
||||||
|
r4 <f af df> <f af df> | <g bf ef> (<f af df> <g bf ef>) | r2. | r2. | <g a c f> \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
organLeft = \relative f {
|
||||||
|
\time 3/4
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 <f a c> <f a c> | <f af df>2 <f af df>4 |
|
||||||
|
r4 <f af df> <f af df> | <g bf ef> (<f af df> <g bf ef>) | r2. | <c, f g a>2.~ | <c f g a> \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
pedal = \relative c {
|
||||||
|
\time 3/4
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
<c c,>2. | r4 f8 ef df c | bf4 bf8 af g f | ef2. | r2. | <f f'>2.~ | <f f'> \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
verseMelody = \relative c' {
|
||||||
|
\time 3/4
|
||||||
|
\key f \major
|
||||||
|
f2 g4 | f4.( g8) a4 | bf2 a4 | g( f) g |
|
||||||
|
c2 bf4 | a2 a4 | g( f) g | f2. | \break
|
||||||
|
f2 g4 | f4.( g8) a4 | bf2 a4 | g( f) g |
|
||||||
|
c2 bf4 | a2 a4 | g( f) g | f2. | \break
|
||||||
|
c'2 c4 | c( bf) a | bf2 bf4 | bf( a) g |
|
||||||
|
a2 a4 | a( bf) c | c( bf) a g2. | \break
|
||||||
|
c4( a) c | bf( g) bf | a( f) a | g8( a bf a) g4 |
|
||||||
|
c2 c4 | d( c) bf | a2 g4 | f2. \bar "||"
|
||||||
|
}
|
||||||
|
|
||||||
|
verseText = \lyricmode {
|
||||||
|
Al -- le -- lu -- ia! heav -- enly High Priest,
|
||||||
|
here on earth our help, our stay;
|
||||||
|
Al -- le -- lu -- ia! hear the sin -- ful
|
||||||
|
cry to you from day to day.
|
||||||
|
In -- ter -- ces -- sor, Friend of sin -- ners,
|
||||||
|
earth's Re -- deem -- er, hear our plea,
|
||||||
|
where the songs of all the sin -- less
|
||||||
|
sweep a -- cross the crys -- tal sea.
|
||||||
|
}
|
||||||
|
|
||||||
|
verseOne = \lyricmode {
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\header {
|
||||||
|
piece = "Verse 3, unison"
|
||||||
|
}
|
||||||
|
<<
|
||||||
|
\new Staff = "verseLine" <<
|
||||||
|
\new Voice = "melodyLine" { \verseMelody }
|
||||||
|
\new Lyrics \lyricsto "melodyLine" { \verseText }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\layout {
|
||||||
|
indent = 0
|
||||||
|
\context {
|
||||||
|
\Score
|
||||||
|
\omit BarNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\markup { \vspace #1 }
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\header {
|
||||||
|
piece = "Choral ending"
|
||||||
|
}
|
||||||
|
<<
|
||||||
|
\new ChoirStaff <<
|
||||||
|
\new Staff = "soprano" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "soprano" { \voiceOne \soprano }
|
||||||
|
\new Lyrics \lyricsto soprano { \verseOne }
|
||||||
|
\new Voice = "alto" { \voiceTwo \alto }
|
||||||
|
>>
|
||||||
|
\new Staff = "bass" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "tenor" { \voiceThree \tenor }
|
||||||
|
\new Voice = "bass" { \voiceFour \bass }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\new PianoStaff <<
|
||||||
|
\new Staff = "organRight" { \organRight }
|
||||||
|
\new Staff = "organLeft" { \organLeft }
|
||||||
|
\new Staff = "pedal" { \pedal }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\layout {
|
||||||
|
\context {
|
||||||
|
\Score
|
||||||
|
\omit BarNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
\paper {
|
||||||
|
system-system-spacing =
|
||||||
|
#'((basic-distance . 14))
|
||||||
|
top-margin = .75\in
|
||||||
|
bottom-margin = .75\in
|
||||||
|
left-margin = .75\in
|
||||||
|
right-margin = .75\in
|
||||||
|
}
|
||||||
BIN
hyfrydol-alleluia-ending/short-with-organ-and-verse.pdf
Normal file
BIN
hyfrydol-alleluia-ending/short-with-organ-and-verse.pdf
Normal file
Binary file not shown.
95
hyfrydol-alleluia-ending/short-with-organ.ly
Normal file
95
hyfrydol-alleluia-ending/short-with-organ.ly
Normal file
|
|
@ -0,0 +1,95 @@
|
||||||
|
% Based on https://hymnary.org/page/fetch/CEL1997/303/high
|
||||||
|
|
||||||
|
\version "2.24.4"
|
||||||
|
\language "english"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
tagline = "" % Suppress "Music Engraving by Lilypond"
|
||||||
|
}
|
||||||
|
|
||||||
|
soprano = \relative c'' {
|
||||||
|
\time 3/4
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 df df | ef( df ef) | f2.~ | f2.~ | f \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
alto = \relative a' {
|
||||||
|
\key f \major
|
||||||
|
r4 a a | f2 f4 |
|
||||||
|
r4 f f | g( f g) | a2.~ | a2.~ | a \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
tenor = \relative c' {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 df df | ef( df ef) | c2.~ | c2.~ | c \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
bass = \relative f {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 f f | af2 af4 |
|
||||||
|
r4 af af | bf( af bf) | f2.~| f2.~ | f \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
organRight = \relative f' {
|
||||||
|
\time 3/4
|
||||||
|
\clef treble
|
||||||
|
\key f \major
|
||||||
|
r4 <f a c> <f a c> | <f af df>2 <f af df>4 |
|
||||||
|
r4 <f af df> <f af df> | <g bf ef> (<f af df> <g bf ef>) | r2. | r2. | <g a c f> \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
organLeft = \relative f {
|
||||||
|
\time 3/4
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 <f a c> <f a c> | <f af df>2 <f af df>4 |
|
||||||
|
r4 <f af df> <f af df> | <g bf ef> (<f af df> <g bf ef>) | r2. | <c, f g a>2.~ | <c f g a> \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
pedal = \relative c {
|
||||||
|
\time 3/4
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
<c c,>2. | r4 f8 ef df c | bf4 bf8 af g f | ef2. | r2. | <f f'>2.~ | <f f'> \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
verseOne = \lyricmode {
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\new ChoirStaff <<
|
||||||
|
\new Staff = "soprano" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "soprano" { \voiceOne \soprano }
|
||||||
|
\new Lyrics \lyricsto soprano { \verseOne }
|
||||||
|
\new Voice = "alto" { \voiceTwo \alto }
|
||||||
|
>>
|
||||||
|
\new Staff = "bass" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "tenor" { \voiceThree \tenor }
|
||||||
|
\new Voice = "bass" { \voiceFour \bass }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\new PianoStaff <<
|
||||||
|
\new Staff = "organRight" { \organRight }
|
||||||
|
\new Staff = "organLeft" { \organLeft }
|
||||||
|
\new Staff = "pedal" { \pedal }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\layout {
|
||||||
|
indent = 0
|
||||||
|
\context {
|
||||||
|
\Score
|
||||||
|
\omit BarNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
hyfrydol-alleluia-ending/short-with-organ.pdf
Normal file
BIN
hyfrydol-alleluia-ending/short-with-organ.pdf
Normal file
Binary file not shown.
67
hyfrydol-alleluia-ending/short.ly
Normal file
67
hyfrydol-alleluia-ending/short.ly
Normal file
|
|
@ -0,0 +1,67 @@
|
||||||
|
% Based on https://hymnary.org/page/fetch/CEL1997/303/high
|
||||||
|
|
||||||
|
\version "2.24.4"
|
||||||
|
\language "english"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
tagline = "" % Suppress "Music Engraving by Lilypond"
|
||||||
|
}
|
||||||
|
|
||||||
|
soprano = \relative c'' {
|
||||||
|
\time 3/4
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 df df | ef( df ef) | f2.~ | f2.~ | f \fermata \bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
alto = \relative a' {
|
||||||
|
\key f \major
|
||||||
|
r4 a a | f2 f4 |
|
||||||
|
r4 f f | g( f g) | a2.~ | a2.~ | a \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
tenor = \relative c' {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 c c | df2 df4 |
|
||||||
|
r4 df df | ef( df ef) | c2.~ | c2.~ | c \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
bass = \relative f {
|
||||||
|
\clef bass
|
||||||
|
\key f \major
|
||||||
|
r4 f f | af2 af4 |
|
||||||
|
r4 af af | bf( af bf) | f2.~| f2.~ | f \fermata
|
||||||
|
}
|
||||||
|
|
||||||
|
verseOne = \lyricmode {
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
Al -- le -- lu -- ia!
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\new ChoirStaff <<
|
||||||
|
\new Staff = "soprano" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "soprano" { \voiceOne \soprano }
|
||||||
|
\new Lyrics \lyricsto soprano { \verseOne }
|
||||||
|
\new Voice = "alto" { \voiceTwo \alto }
|
||||||
|
>>
|
||||||
|
\new Staff = "bass" \with {
|
||||||
|
\consists "Merge_rests_engraver"
|
||||||
|
} <<
|
||||||
|
\new Voice = "tenor" { \voiceThree \tenor }
|
||||||
|
\new Voice = "bass" { \voiceFour \bass }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
\layout {
|
||||||
|
indent = 0
|
||||||
|
\context {
|
||||||
|
\Score
|
||||||
|
\omit BarNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
hyfrydol-alleluia-ending/short.pdf
Normal file
BIN
hyfrydol-alleluia-ending/short.pdf
Normal file
Binary file not shown.
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
let
|
||||||
|
pkgs = import <nixpkgs> { config = {}; overlays = []; };
|
||||||
|
in
|
||||||
|
pkgs.mkShellNoCC {
|
||||||
|
packages = with pkgs; [
|
||||||
|
gnumake
|
||||||
|
lilypond
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue