On Friday 25 November 2005 16.48, Alard de Boer wrote:
> Hello list,
>
> When using spacer notes to move the start of a descrescendo,
> I found the following:
>
> \version "2.7.18"
> \score {
> \new Staff {
> % s1*0
> << c'1 { s2 s2-\> } >> | c'4-\! r4 r2 |
> << c'1 { s2 s2-\> } >> | c'4-\! r4 r2 |
> }
> }
>
> The first decrescendo is not visible in the output, and there
> are warnings (can't find start of (de)crescendo, unterminated
> (de)crescendo). The second descrescendo is fine.
Try adding a \new Voice, i.e. use:
\new Staff \new Voice { ... }
--
Erik
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond