bug-lilypond
[Top][All Lists]
Advanced

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

Re: Trillspan not showing accidental & a problem with its ending


From: Graham Percival
Subject: Re: Trillspan not showing accidental & a problem with its ending
Date: Thu, 06 Dec 2007 16:25:21 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Hans, thank you for the bug reports, but please learn how to produce minimal examples -- these allow people to understand the bugs much more easily, which in turn lets the programmers fix it sooner.

Added as
http://code.google.com/p/lilypond/issues/detail?id=524

but let me show you the actual code:

\version "2.11.35"
\paper{ ragged-right = ##t}

\relative c'' {
  g4 f \pitchedTrill f \startTrillSpan ges f\stopTrillSpan
}

In particular
- key signature is unnecessary, so I removed it.
- time signature is unnecessary, so I removed it.
- \times 3/4{} is completely unnecessary and confusing, so I removed it.

When I saw your first report, I thought the problem was about beaming. The minimal example above makes it clear that the problem is a missing flat on the ges, and that there is no excuse for lilypond not producing that flat.

Cheers,
- Graham


Hans Aberg wrote:
On 6 Dec 2007, at 08:03, Graham Percival wrote:

Please create a minimal example.

In particular, I cannot believe that you need an esoteric beam grouping for this.

Well, it is not esoteric - the meter is in fact very popular. :-)

I also can't imagine that the #'script-priority affects anything. Finally, please report one issue per example --

As for the accidental not showing, I found a smaller example code:

\version "2.11.35"

\relative c' {
  \key d \minor
  \time 12/16
\times 3/4 {g'8 f8} f4 \pitchedTrill f8. \startTrillSpan ges f8\stopTrillSpan |
}

It looks as in the first image below. Now, if I change the quadruplet g'8 to a f8, then the accidental does show, looking as in the second image below. So it might be the case that the presence of this g'8 influences the accidental becoming removed in the trill span.

  Hans Ã…berg


------------------------------------------------------------------------


------------------------------------------------------------------------







reply via email to

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