Difference between revisions of "2022 season"
From Wiki2
Line 98: | Line 98: | ||
<score vorbis="1"> | <score vorbis="1"> | ||
\paper { | |||
top-system-spacing.basic-distance = #10 | |||
score-system-spacing.basic-distance = #20 | |||
system-system-spacing.basic-distance = #20 | |||
last-bottom-spacing.basic-distance = #10 | |||
} | |||
global = { | |||
\key c \major | |||
\time 4/4 | |||
} | |||
sopMusic = \relative { | |||
c''4 c c8[( b)] c4 | |||
} | |||
sopWords = \lyricmode { | |||
hi hi hi hi | |||
} | |||
altoMusic = \relative { | |||
e'4 f d e | |||
} | |||
altoWords = \lyricmode { | |||
ha ha ha ha | |||
} | |||
tenorMusic = \relative { | |||
g4 a f g | |||
} | |||
tenorWords = \lyricmode { | |||
hu hu hu hu | |||
} | |||
bassMusic = \relative { | |||
c4 c g c | |||
} | |||
bassWords = \lyricmode { | |||
ho ho ho ho | |||
} | |||
\score { | |||
\new ChoirStaff << | |||
\new Lyrics = "sopranos" \with { | |||
% this is needed for lyrics above a staff | |||
\override VerticalAxisGroup.staff-affinity = #DOWN | |||
} | |||
\new Staff = "women" << | |||
\new Voice = "sopranos" { | |||
\voiceOne | |||
<< \global \sopMusic >> | |||
} | |||
\new Voice = "altos" { | |||
\voiceTwo | |||
<< \global \altoMusic >> | |||
} | |||
>> | |||
\new Lyrics = "altos" | |||
\new Lyrics = "tenors" \with { | |||
% this is needed for lyrics above a staff | |||
\override VerticalAxisGroup.staff-affinity = #DOWN | |||
} | |||
\new Staff = "men" << | |||
\clef bass | |||
\new Voice = "tenors" { | |||
\voiceOne | |||
<< \global \tenorMusic >> | |||
} | |||
\new Voice = "basses" { | |||
\voiceTwo << \global \bassMusic >> | |||
} | |||
>> | |||
\new Lyrics = "basses" | |||
\context Lyrics = "sopranos" \lyricsto "sopranos" \sopWords | |||
\context Lyrics = "altos" \lyricsto "altos" \altoWords | |||
\context Lyrics = "tenors" \lyricsto "tenors" \tenorWords | |||
\context Lyrics = "basses" \lyricsto "basses" \bassWords | |||
>> | |||
} | |||
\midi{}</score> | \midi{}</score> |
Revision as of 15:48, 30 April 2022
Mayn Rue Plats
sheet music after Anthony

Anthony then...
NIT ZUKH MIKH VU DI MIRTN GRINEN. | Not look for me where the myrtle green |
GEFINST MIKH DORTN NIT, MAYN SHATS. | Find me there not my treasure |
VU LEBNS VELKN BAY MA_SHI_NEN, | Where lives wither by machines |
DOR_TN IZ_ _MAYN RU_E PLATS. | There is my resting place |
Now Anthony then... | |
Not look for me where the birds sing | |
GEFINST MIKH DORTN NIT MAYN SHATS. | Find me there not my treasure |
A SHKLAF BIN IKH VU KEYTN KLINGEN. | A slave am I where chains clang |
DORTN IZ MAYN RUE PLATS. | There is my resting place |
Nit zukh mikh vu fontanen shpritsn. | Don't look for me where fountains spray. |
Gefinst mikh dortn nit, mayn shats. | You will not find me there, my beloved. |
Vu trern |
Where tears flow and teeth gnash, |
Dortn iz mayn rue plats. | There is my resting place. |
UN LIBSTU MIKH MIT VARER LIBE, | And love me with true love |
TO KUM |
then come to me my good treasure |
UN HAY_TER OYF MAYN HARTS DOS TRI_BE, | and exhilarate my heart the gloomy |
UN MAKH MIR ZIS _ _ MAYN RU_E PLATS. | and make for me sweet my resting place |

Bob: all the way through
<html5media >http://www.abvchorus.org/resources/audio/mayn_rue_plats/Mayn%20Rue%20Plats-bass.mp3</html5media>

\addlyrics {\set fontSize = #-2
- NIT ZUKH MIKH VU DI MIR- TN GRI- NEN GE- FINST MIKH DOR- TN NIT, MAYN SHATS. VU LE- BNS VEL- KN BAY MA- SHI- NEN, DOR- TN IZ- MAYN RU- E PLATS.
}
Unable to compile LilyPond input file:
line 2 - column 1:
\paper cannot be used in \score, use \layout instead
--------
line 9 - column 1:
not a note name: global
--------
line 9 - column 8:
syntax error, unexpected '=', expecting '}'
--------
line 46 - column 53:
GUILE signaled an error for the expression beginning here
--------
line 51 - column 12:
unknown escaped string: `\global'
--------
line 51 - column 12:
string outside of text script or \lyricmode
--------
line 55 - column 12:
unknown escaped string: `\global'
--------
line 55 - column 12:
string outside of text script or \lyricmode
--------
line 61 - column 53:
GUILE signaled an error for the expression beginning here
--------
line 67 - column 12:
unknown escaped string: `\global'
--------
line 67 - column 12:
string outside of text script or \lyricmode
--------
line 70 - column 22:
unknown escaped string: `\global'
--------
line 70 - column 22:
string outside of text script or \lyricmode
--------
line 84 - column 1:
syntax error, unexpected '}'