[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug? Breaking pedals
From: |
Erik Sandberg |
Subject: |
Re: Bug? Breaking pedals |
Date: |
Tue, 21 Sep 2004 20:18:55 +0200 |
User-agent: |
KMail/1.6.2 |
On Tuesday 21 September 2004 19.26, Antti Kaihola wrote:
> For some reason there a gap in the pedal bracket for bars 12-21 in the
> score below although it should be continuous from the beginning to end.
> If I replace the music with a single repeating note, the pedal is ok
> too. Strange.
I did some reductions & ended up with this, which I added to bug CVS:
%important
%Antti Kaihola <address@hidden>
\header {
texidoc = "This score produces a number of these warnings:
programming error: Infinity or NaN encountered while converting Real number;
setting to zero.
Also the pedal code doesn't seem to work well when the staff has skips.
"
}
\version "2.3.17"
\new Staff <<
{a2 s2 | s1 | }
{
\set Staff.pedalSustainStyle = #'mixed
s1\sustainDown
s1\sustainUp
}
>>