Re: Spacer notes and (de)crescendo

2005-11-28 Thread Mats Bengtsson
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

Re: Spacer notes and (de)crescendo

2005-11-26 Thread Alard de Boer
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*

Re: Spacer notes and (de)crescendo

2005-11-25 Thread Erik Sandberg
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

Spacer notes and (de)crescendo

2005-11-25 Thread Alard de Boer
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