The real problem you experienced was that if you start a Staff context
with a << ... >>, then LilyPond will create a new Voice context for
each musical expression within << ... >>, i.e. what you wrote is
equivalent to
\new Staff{
<< \new Voice { c'1 } \new Voice { s2 s2-\> } >> ...
The simple s
On 25/11/05, Erik Sandberg <[EMAIL PROTECTED]> wrote:
> 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*
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
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 i