Hello, thanks for your hint.
Removing the bar helped "nothing", the warning still exists. "nothing"= Of course the score looks right, but when I publish score in Mutopia, I try to provide a Lilypond Sourcescore which compiles without warnings and errors. Otherwise people may think that ... @David Kastrup: But it is an anacrusis. So the + 16th seems to be ok? Even if I declare the \partial also in melodyTwo, the warning persists. But ok thanks for your help, I have to live with certain inadequateness. ;-) Hajo --- ... indessen wandelt harmlos droben das Gestirn On Mon, Feb 1, 2010 at 6:04 PM, James Bailey <[email protected]> wrote: > > On 01.02.2010, at 16:06, Hajo Dezelski wrote: > >> Hello, >> >> today is not my day. Since several hours I try to solve a problem in a >> score, but I don't find my fault or the right syntax. I always get the >> warning: >> >> test3.ly:18:26: Warnung: Taktüberprüfung gescheitert bei: -1/16 >> s2 a4. s8 >> | % 1 >> >> The condensed score (music makes no sense ;-) : >> >> --------------- >> \version "2.13.10" >> >> melodyOne= \relative d' { >> \repeat volta 2 { >> \partial 16 >> d16 | % 0 Auftakt >> f4 d4 a4. r16 s16 | % 1 >> } >> \repeat volta 2 { >> \partial 16 >> e'16 | % 0 Auftakt >> f4 e4 d4. r16 s16 | % 2 >> } >> } >> melodyTwo= \relative d' { >> \repeat volta 2 { >> s16 | % 0 Auftakt >> s2 a4. s8 | % 1 >> } >> \repeat volta 2 { >> s16 | % 0 Auftakt >> s2 d4. s8 | % 2 >> } >> } >> melody = << \melodyOne \\ \melodyTwo >> >> >> \score { >> \context Staff << { \clef treble \key d \minor \time 4/4 \melody >> } >> >> \layout { } >> } >> >> ------------------ >> >> Could someone give me a hint? >> >> Thanks in advance >> >> Hajo > > The bar check, |, just checks if the bar is complete, so even if you have a > \partial, since it's not a complete measure, lilypond complains. The output > should look fine. I usually just omit the bar checks whenever there is a > \partial. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
