Re: \partcombine

2006-09-07 Thread Trent Johnston
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

Re: \partcombine

2006-09-07 Thread Graham Percival
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: =

Re: removing Stem_engraver blows up polyphony

2006-09-07 Thread Graham Percival
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 } {

Re: collision: consecutive TrillSpanners

2006-09-07 Thread Graham Percival
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,

Re: clef collides with accidental (in certain circumstances)

2006-09-07 Thread Graham Percival
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

Re: logical but wrong beam placement in tuplet

2006-09-07 Thread Graham Percival
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

Re: dynamic displaced too much in some settings

2006-09-07 Thread Mats Bengtsson
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 displaced too much in some settings

2006-09-07 Thread Arvid Grøtting
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