-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cd8da6
commit 7f1e801
Showing
4 changed files
with
269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
% This file has been created by Robert Garrigos (garrigos.cat) | ||
% and is released under the Creative Commons Attribution 4.0 International licence (CC BY 4.0) | ||
|
||
\version "2.24.0" | ||
\language "catalan" | ||
|
||
\paper { | ||
#(set-paper-size "a5landscape") | ||
#(define top-margin (* 0.5 in)) | ||
#(define indent (* 0.2 in)) | ||
} | ||
|
||
\header { | ||
title = "Cherish the Ladies" | ||
composer = "Traditional Irish" | ||
copyright = \markup { \center-column { | ||
\line { "Engraving by Robert Garrigós https://garrigos.cat"} | ||
\line { "Creative Commons Attribution 4.0 International (CC BY 4.0)" } | ||
} | ||
} | ||
} | ||
|
||
\score { | ||
\header { | ||
piece = "Jig" | ||
} | ||
\new Staff { | ||
\new Voice { | ||
\fixed do' { | ||
\time 6/8 | ||
\key re \major | ||
\repeat volta 2 { | ||
re'8 fas8 fas8 la8 fas8 fas8 | re8 fas8 la8 la8 sol8 fas8 | si8 mi8 mi8 sol8 mi8 mi8 | | ||
sol8 si8 la8 sol8 fas8 mi8 | \break re'8 fas8 fas8 la8 fas8 fas8 | re8 fas8 la8 la8 fas8 la8 | | ||
si8 dos'8 re'8 mi'8 fas'8 sol'8 | fas'8 re'8 re'8 re'4 \tuplet 3/2 {la16 (si16 dos'16)} | ||
} | ||
\repeat volta 2 { | ||
\break re'8 fas'8 re'8 dos'8 mi'8 dos'8 | re'8 fas'8 re'8 la8 sol8 fas8 | si8 mi8 mi8 sol8 mi8 mi8 | sol8 si8 la8 sol8 fas8 mi8 | \break re'8 fas'8 re'8 dos'8 mi'8 dos'8 | re'8 fas'8 re'8 la8 sol8 fas8 | si8 dos'8 re'8 mi'8 fas'8 sol'8 | fas'8 re'8 re'8 re'4 la8| | ||
} | ||
} | ||
} | ||
} | ||
\layout { } | ||
\midi { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
\version "2.24.2" | ||
\language "english" | ||
|
||
\paper { | ||
#(set-paper-size "a5landscape") | ||
#(define top-margin (* 1 cm)) | ||
#(define indent (* 0.5 cm)) | ||
} | ||
|
||
\header { | ||
title = "The Castle of Dromore" | ||
composer = "Traditional Irish" | ||
%piece = "Hornpipe" | ||
copyright = \markup { | ||
\center-column { | ||
\line { "Engraving by Robert Garrigós https://garrigos.cat"} | ||
\line { "Creative Commons Attribution 4.0 International (CC BY 4.0)" } | ||
} | ||
} | ||
} | ||
|
||
|
||
global = { | ||
\overrideTimeSignatureSettings | ||
6/8 % timeSignatureFraction | ||
1/8 % baseMomentFraction | ||
2,1, 2, 1 % beatStructure | ||
#'() % beamExceptions | ||
\key d \major | ||
\time 6/8 | ||
\partial 8 | ||
|
||
} | ||
|
||
tune = \relative d' { | ||
\global | ||
% Music follows here. | ||
fs16 (g) | a4 a8 a4 a8 b4 a8 a (b) cs d4 g,8 fs4 g8 a4.~ a4 b16 (cs) \break d4 d,8 d4 d8 e4 d8 d (e) fs | ||
g4 b8 a4 g8 fs4.~fs4 b16 (cs) \break d8 (e) d cs (d) cs b (cs) b a4 g8 fs4 a8 g (fs) e d4. fs4 (a8) | ||
\break g a g e4 g8 fs4 d8 fs4 a8 g a g e4 cs8 d4.~ d4 | ||
} | ||
|
||
words = \lyricmode { | ||
Oc -- to -- ber winds la -- ment a -- round the cast -- le of Dro -- more. __ | ||
Yet peace is in its lof -- ty halls, \markup { \italic a } \markup { \italic pahis } -- \markup { \italic de } \markup { \italic ban } \markup { \italic a } \markup { \italic sór. } __ | ||
Though __ Au -- tumn kinds may droop and die a bud of springs are you. | ||
Sing __ hush -- a -- bye, lul lul, lo, lo, lan, sing hush -- a -- bye lul, lul, loo. __ | ||
} | ||
|
||
|
||
|
||
\score { | ||
\new Staff { | ||
\new Voice { | ||
\tune | ||
} | ||
\addlyrics { | ||
\words | ||
} | ||
} | ||
\layout { | ||
} | ||
\midi { | ||
\tempo 4=104 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
\version "2.24.2" | ||
\language "english" | ||
|
||
\paper { | ||
#(set-paper-size "a4") | ||
#(define top-margin (* 0.4 in)) | ||
#(define indent (* 0.2 in)) | ||
} | ||
|
||
\header { | ||
title = "The fields of Athenry" | ||
composer = "Traditional Irish" | ||
piece = "" | ||
copyright = \markup { | ||
\center-column { | ||
\line { "Engraving by Robert Garrigós" \with-url #"https://garrigos.cat" "https://garrigos.cat"} | ||
\line { "Creative Commons Attribution 4.0 International (CC BY 4.0)" } | ||
} | ||
} | ||
} | ||
|
||
global = { | ||
\overrideTimeSignatureSettings | ||
4/4 % timeSignatureFraction | ||
1/4 % baseMomentFraction | ||
2,2 % beatStructure | ||
#'() % beamExceptions | ||
\key g \major | ||
\time 4/4 | ||
\partial 4 | ||
|
||
} | ||
|
||
tune = \relative c' { | ||
\global | ||
% Music follows here. | ||
d8 d | d4. d8 g4 a | b2. b4 | c4. c8 c4 d | b2~ b8( c b g) | a2. r4 | d4 d d b | c4. d8 c4 b | a1~| a4 r4 b c | 4. d8 d4 b | c2. d8 c | b4. a8 g( a) b( c) | a2. d,8 d | a'4. a8 b4 c | b4 a g4. fs8 | g1~ | g2 r2| d'1 | e2. d4 | g,2~ g8 d g a | b2. a4 | g4. d8 g4 a | b2 c4 d | a1~| a4 r b( c) | d4. d8 d4 b | c2. d8 c | b4. a8 g( a~ a) b | a2. d,8 d | a'4. a8 b4 c | b4. a8 g4 fs | g1~| g2. \bar "|." | ||
|
||
} | ||
|
||
words = \lyricmode { | ||
By a lone -- ly pri -- son wall | ||
I heard a young girl ca -- lling | ||
Mi -- chael, they have ta -- ken you a -- way | ||
For you stole Tre -- ve -- lyans corn | ||
So the young might see the morn | ||
Now a pri -- son ship lies wai -- ting in the bay | ||
|
||
Low lie the fields of A -- then -- ry | ||
Where once we watched the small free birds fly | ||
Our love was on the wing | ||
We had dreams and songs to sing | ||
It's so lone -- ly round the fields of A --then -- ry | ||
} | ||
|
||
\score { | ||
\new Staff { | ||
\new Voice { | ||
\tune | ||
} | ||
\addlyrics { | ||
\words | ||
} | ||
} | ||
\layout { | ||
} | ||
\midi { | ||
\tempo 4=140 | ||
} | ||
} | ||
|
||
\markup { | ||
\vspace #4 | ||
% \fill-line { | ||
\hspace #30 % mou la columna a fora del marge esquerra; | ||
\fontsize #2 | ||
\column { | ||
"By a lonely prison wall" | ||
"I heard a young man calling" | ||
"Nothing matters, Mary, when you're free" | ||
"Against the famine and the crown" | ||
"I rebelled; they cut me down" | ||
"Now you must raise our child with dignity" | ||
\vspace #2 | ||
"By a lonely harbour wall" | ||
"She watched the last star falling" | ||
"As the prison ship sailed out against the sky" | ||
"For she'll live and hope and pray" | ||
"For her love in Botany Bay" | ||
"It's so lonely round the fields of Athenry" | ||
} | ||
% \hspace #1 % afegeix espai horitzontal entre les columnes; | ||
|
||
% } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
% This file has been created by Robert Garrigos (garrigos.cat) | ||
% and is released under the Creative Commons Attribution 4.0 International licence (CC BY 4.0) | ||
|
||
\version "2.24.0" | ||
\language "catalan" | ||
|
||
\paper { | ||
#(set-paper-size "a5landscape") | ||
#(define top-margin (* 0.4 in)) | ||
#(define indent (* 0.2 in)) | ||
} | ||
|
||
\header { | ||
title = "The Boys of Blue Hill" | ||
composer = "Traditional Irish" | ||
copyright = \markup { | ||
\center-column { | ||
\line { "Engraving by Robert Garrigós https://garrigos.cat"} | ||
\line { "Creative Commons Attribution 4.0 International (CC BY 4.0)" } | ||
} | ||
} | ||
} | ||
|
||
\score { | ||
\header { | ||
piece = "Hornpipe" | ||
} | ||
\new Staff { | ||
\new Voice { | ||
\fixed do' { | ||
\overrideTimeSignatureSettings | ||
4/4 % timeSignatureFraction | ||
1/4 % baseMomentFraction | ||
2,2 % beatStructure | ||
#'() % beamExceptions | ||
\time 4/4 | ||
\key re \major | ||
\repeat volta 2 { | ||
si8. la16 fas8. la16 re4 fas8. la16 | si8. la16 \tuplet 3/2 {si8(dos'8 re'8)} mi'4 re'8. mi'16 | | ||
fas'8. la'16 sol'8. fas'16 mi'8. sol'16 fas'8. mi'16 | re'8. fas'16 mi'8. re'16 si4 re'8. si16 | | ||
si8. la16 fas8. la16 re4 fas8. la16 | si8. la16 \tuplet 3/2 {si8 (dos'8 re'8)} mi'4 re'8. mi'16 | | ||
fas'8. la'16 sol'8. fas'16 mi'8. sol'16 fas'8. mi'16 | | ||
} | ||
\alternative { | ||
{re'4 fas'4 re' fas8. la16} | ||
{re'4 fas'4 re' fas'8. sol'16} | ||
} | ||
|
||
\repeat volta 2 { | ||
la'8. fas'16 re'8. fas'16 la'4 sol'8. fas'16 | sol'8. fas'16 sol'8. la'16 si'4 la'8. sol'16 | | ||
fas'8. la'16 sol'8. fas'16 mi'8. sol'16 fas'8. mi'16 | re'8. fas'16 mi'8. re'16 si4 re'8. si16 | | ||
si8. la16 fas8. la16 re4 fas8. la16 | si8. la16 \tuplet 3/2 {si8 (dos'8 re'8)} mi'4 re'8. mi'16 | | ||
fas'8. la'16 sol'8. fas'16 mi'8. sol'16 fas'8. mi'16 | re'4 fas'4 re' fas'8. sol'16| | ||
} | ||
} | ||
} | ||
} | ||
\layout { | ||
} | ||
\midi { | ||
\tempo 4=140 | ||
} | ||
} |