bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1128 in lilypond: Text pedal mark not closed at music end


From: lilypond
Subject: Issue 1128 in lilypond: Text pedal mark not closed at music end
Date: Sun, 20 Jun 2010 11:46:48 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1128 by PhilEHolmes: Text pedal mark not closed at music end
http://code.google.com/p/lilypond/issues/detail?id=1128

Notation reference 2.2.2 says "Pedalling to the final bar line is indicated by omitting the final pedal up command.". This behaviour works for bracket-style pedal markings, but not text-style. As a result, it's impossible to indicate a pedal up mark at the end of a piece of music, except by adjusting horizontal spacing.

The example below shows the bracket closing as expected, but the pedal up text marking not being placed. The best that can be done is shown in the 3rd and 4th examples, and the desired behaviour shown in the attached image, with the pedal up being moved courtesy of photoshop.

TestPedalMusic = \relative c {
  \clef "bass"
  c2_\sustainOn  c2 \bar "|."
}

TestPedalMusicAlt = \relative c {
  \clef "bass"
  c2_\sustainOn  c2_\sustainOff \bar "|."
}

\new Staff { \TestPedalMusic }
\new Staff { \set Staff.pedalSustainStyle = #'bracket \TestPedalMusic }
\new Staff { \TestPedalMusicAlt }
\new Staff { \set Staff.pedalSustainStyle = #'bracket \TestPedalMusicAlt }


Attachments:
        PedalPlacement.png  7.1 KB




reply via email to

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