Re: what does this warning mean: Warnung: SlurEvent nicht angehängt
Bernhard Kleine <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
strange, i was not aware that the slur needs to start before the next bar line: r8| r2 r4 r8 f8 | f4 f8. f16 f2~ ( | f1~ | f1~ | f4. e8^> f4. ges8^> | f4. e8 [fis e] f4~ | f2) r2 works fine or is this some internal problem? Am 02.06.2026 um 14:16 schrieb David Kastrup: > Bernhard Kleine <[email protected]> writes: > >> \language "deutsch" \header { title = "Es gibt ein Gespenst" >> instrument = "Chor a capella" composer = "Matyas Seiber 1929" poet = >> "Christian Morgenstern" tagline = "Bernhard Kleine für Kirchenchöre >> St. Nikolaus" } \paper { #(set-paper-size "a4") } global = { \key c >> \major \time 4/4 \partial 8 } >> >> tenorVoice = \relative c { \global \dynamicUp >> >> r8| r2 r4 r8 f8 | f4 f8. f16 f2~ | >> >> ( f1~ | f1~ | f4. e8^> f4. ges8^> | f4. e8 [fis e] f4~ | f2) r2 >> >> } verse = \lyricmode { % Liedtext folgt hier. Es gibt ein Ge -- >> spenst. } \score { \new Staff \with { instrumentName = "T." >> shortInstrumentName = "T." } { \clef "treble_8" \tenorVoice } >> \addlyrics { \verse } \layout { } } > Apparently you are not yet aware of how slurs and beams are entered. If > a slur starts on a note, you write ( after the note. Similarly if a > beam starts on a note, you write [ after the note. > > So instead of ( f1~ you presumably mean f1~( and instead of > f4, e8 [fis e] you should likely be writing f4, e8 fis[ e] . > -- Bernhard Kleine