|
| From: | Arvid Grøtting |
| Subject: | dynamic displaced too much in some settings |
| Date: | Thu, 7 Sep 2006 09:07:24 +0000 (UTC) |
| User-agent: | Loom/3.14 (http://gmane.org/) |
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'\!-.\)
}
\layout {}
}
| [Prev in Thread] | Current Thread | [Next in Thread] |