bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 727 in lilypond: Pedal "*" glyph should be bottom-aligned


From: codesite-noreply
Subject: Issue 727 in lilypond: Pedal "*" glyph should be bottom-aligned
Date: Thu, 27 Aug 2009 22:02:40 +0000


Comment #2 on issue 727 by n.puttock: Pedal "*" glyph should be bottom-aligned
http://code.google.com/p/lilypond/issues/detail?id=727

Patrick, I'm not sure we can close this issue yet, since there's still an alignment problem (unrelated to the glyph itself) when \sustainOff doesn't immediately follow
\sustainOn.

Here's a quick snippet which demonstrates the problem:

\version "2.13.4"
\relative c' {
  c4\sustainOn
  d4 e f\sustainOff
}

Because the Piano_pedal_align_engraver creates a new alignment spanner for each pedal script, the distance from the stave can vary unless there's a bracket between the
start and end scripts.

We could easily ensure an existing alignment continues after the `Ped' script, but this has the undesirable side-effect of creating only one spanner for a system, which
cannot be split (see attached image, where I've placed a box around the
SustainPedalLineSpanner); this would require a solution similar to the one outlined
in issue #305 (a `break-alignment' event).

Attachments:
        pedal-test.png  2.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

[Prev in Thread] Current Thread [Next in Thread]