hi alls, i'm beginner "lilyponder", and like to do like below; theres a 3 times repeated score, but thel lyrics are partially same only one part of them differ ..
here's the first verse
here comes the same part #1 here's the second verse here continues ..
here's the third verse
the end of repeat theres an alternative ending the score (works well)
here comes what i tried (first i want to split music, later to assign
verses to the splitted part):
%%%
sopranM = \relative c' {
% part #1
\partial 8*4 f8 f g4
\repeat "volta" 3 { bes2 bes4. bes8 | g8 f4. bes8 bes bes4 | c2 c4. d8
| c8 bes4. d8 d c4 |
bes2 bes4. bes8 | g4 f2 d4 | f4. bes8 bes4 c | bes2
}
}
sopranVerseOne= \relative c' {
% splitted part (TEST)
{ c8 c c c }
}
sopranMcont = \relative c' {
% ... continued
\alternative { { bes2 f8 f g4 } { \partial 2 bes2 } } \bar "|."
}
%%%
on score:
%%%
\score {
\context ChoirStaff
<<
\context Staff = sopranstaff
<<
\context Voice = sopranos { \clef "G" \global \sopranM
\context Voice = versussopran { \sopranVerse }
}
\sopranMcont
>>
% here continues the score
%%%
but parser stopped with unexpected \alternative:
###
Parsing...
giveme.ly:28:8: error: syntax error, unexpected "\\alternative"
\alternative { { bes2 f8 f g4 } { \partial 2 bes2 } } \bar "|."
###
any ideas invited ;-)
thx ...
--
Üdv: PasiC, UHU-linux 1.2 (Rajt!)
ICQ: 331789851 | http://www.frappr.com/uhulinux
--==O,O==-- UHU-HUB uhu.sytes.net:12140
My Japanese name is 三輪 Minawa (three circles) 一真 Kazuma (one reality)
signature.asc
Description: Ez az üzenetrész digitális aláírással van ellátva
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
