showLastLength and \break

2009-01-03 Thread Alard de Boer
When using showLastLength from a moment that also has a \break, all staves are put on top of each other. For example, \version "2.12.1" showLastLength = R1*2 { c'1 \break % comment out this \break and everything is fine again e'1 \break g'1 } If I compile this, the result contains th

Fwd: No more "warning: unterminated (de)crescendo" in 2.12?

2009-01-03 Thread Alard de Boer
Hello list, (I got no response on lilypond-user, so I'll retry here) Why does "warning: unterminated (de)crescendo" no longer appear in 2.12? For example, compiling the following snippet \version "2.10.33" { c-\< c } with 2.10.33 gives $ lilypond test3.ly GNU LilyPond 2.10.33 Processing `test3

Re: subdivideBeams behaviour

2007-01-22 Thread Alard de Boer
On 21/01/07, Graham Percival <[EMAIL PROTECTED]> wrote: Filed as http://code.google.com/p/lilypond/issues/detail?id=251 Alard, in the future could you send bug reports to the bug mailist? I missed this report because it was sent to -user. Hi Graham, In this case I thought it was more appropr

Re: Tuplet bracket doesn't end properly when quoting

2007-01-08 Thread Alard de Boer
On 08/01/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: http://code.google.com/p/lilypond/issues/detail?id=228 Thanks for the quick fix! BTW, why are you allowed to "top post" to the list? :) Alard de Boer. Alard de Boer escreveu: >> Not top posting. > >

Tuplet bracket doesn't end properly when quoting

2007-01-07 Thread Alard de Boer
Not top posting. In the following case, when quoting another voice, the tuplet bracket doesn't end where it should: --- %% tuplet bracket doesn't end properly when quoting \version "2.10.9" % on Ubuntu Linux 6.10 \paper { ragged-right = ##t } \addquote x { \times 2/3 { a'8 a' a' } a'4 a'2

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&

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

Bug in quoting other voices?

2005-09-17 Thread Alard de Boer
Hello, In lilypond 2.7.10 there seems to be a bug in quoting other voices; no notes appear when quoting. See for example the manual, paragraph 8.3.3; in the example provided there, only the two eighth notes are visible, not the two quoted quarter notes. Yours, Alard de Boer