problem with \after on last note of DS al fine
Kris Van Bruwaene via bug-lilypond <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
I want to put a decrescendo on the last note of a DS al Fine section, but it generates an error message (version 2.24.3)
Example:% lily test \after with DSaF
\version "2.24.3"
music = \relative c' {
c1
\repeat segno 2
{
c1
\volta 2 \fine
c1\> \after 1 \!
}
}
Errors:GNU LilyPond 2.24.3 (running Guile 2.2)
Verwerken van 'test.ly'
Ontleden...
test.ly:11:1: fout: syntax error, unexpected '}', expecting \header
}
fatale fout: mislukte bestanden: "test.ly"