lilypond-devel
[Top][All Lists]
Advanced

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

Re: pedal brackets, edge-width, edge-widen: ???


From: Mats Bengtsson
Subject: Re: pedal brackets, edge-width, edge-widen: ???
Date: Fri, 19 Sep 2008 00:38:31 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080724)


However, I am completely clueless about this "edge-width" property. I
can see that such a property has indeed existed, and has been renamed
to edge-widen in 2002, then turned into bracket-flare in 2004, and...

And it seems that it no longer applies to pedal brackets! In the
following snippet, the first and second bracket look the same:

\relative c'' {
 \set Staff.pedalSustainStyle = #'bracket
 c1\sustainOn c c\sustainOff c
 \override Staff.PianoPedalBracket #'bracket-flare = #'(0.5 . 0.5)
 c1\sustainOn c c\sustainOff c
}

Is it a bug, anyone?

This is rather strange.  I'll see if I can work out what's going on.

It's not so strange. First of all, #'(0.5 . 0.5) is already the default value.
Secondly, you have to replace the example by an example that
shows the slanted line:
\relative c'' {
 \set Staff.pedalSustainStyle = #'bracket
 c1\sustainOn c \sustainOff \sustainOn c\sustainOff c
 \override Staff.PianoPedalBracket #'bracket-flare = #'(1.5 . 1.5)
 c1\sustainOn c \sustainOff \sustainOn c\sustainOff c
}

(A quick look into the examples in the manual gave me the
clue to this behaviour).

  /Mats




reply via email to

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