Thanks!!
Trent
- Original Message -
From: "Graham Percival" <[EMAIL PROTECTED]>
To: "Trent Johnston" <[EMAIL PROTECTED]>
Cc:
Sent: Friday, September 08, 2006 4:19 AM
Subject: Re: \partcombine
Thanks; this has been added as
http://code.google.com/p/lilypond/issues/detail?id=17
Tre
Thanks; this has been added as
http://code.google.com/p/lilypond/issues/detail?id=17
Trent Johnston wrote:
Hi all,
I think this is a bug. I'm typesetting a combined oboe part (two oboes on
one staff). I've come across a weird bug using the following code:
=
Thanks, this has been added as
http://code.google.com/p/lilypond/issues/detail?id=15
- Graham
Trevor Bača wrote:
Hi,
This snippet with the Stem_engraver removed works fine.
%%% OK %%%
\version "2.9.13"
\new Staff {
<<
\new Voice \with {
\remove Stem_engraver
} {
Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=12
- Graham
Kieren Richard MacMillan wrote:
Hello, Lilypond Developers!
Just noticed that consecutive TrillSpanners collide -- i.e., the spanner
of the first hits the trill sign of the following TrillSpanner.
Best regards,
Thanks for the report; this is now fixed in 2.9.17. (and quite possibly
before as well)
- Graham
Michael Meixner wrote:
%
% Here's a problem of an accidental colliding with a clef
% (see how the error doesn't happen in the second case:
% obviously it's depending on the rhythm of the other vo
Thanks, this has been (finally) added as
http://code.google.com/p/lilypond/issues/detail?id=11
- Graham
Paul Scott wrote:
This code places the partial beam for the sixteenth note in the tuplet
on the wrong side of the stem. (It's the correct side for the flag when
unbeamed).
\version "2.8.1
I tried to reduce your example a bit and it seems that the phrasing slur
is the
culprit:
\version "2.8.1"
\score {
{
% pp vertically misaligned:
g'8 \( \pp\> g'\! \)
% Correct alignment
g'8 ( \pp\> g'\! )
}
\layout {}
}
I'm confused by the bug, since both slurs and phrasing slur
Dynamic (e.g. \pp) markings aren't aligned properly
when stacking lots of markings and using, e.g.
\pp\> as well.
Using MacOS X 10.3 and Lilypond 2.8.1:
\version "2.8.1"
\score {
{
% fails to align correctly:
g'8\pp\>-.\( g'\!-.\)
% workaround:
<< g'8\pp-.\( { s16 s16\> } >> g