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
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
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
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.
>
>
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
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&
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
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