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: Wed, 05 Dec 2007 23:03:13 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Please create a minimal example.

In particular, I cannot believe that you need an esoteric beam grouping for this. I also can't imagine that the #'script-priority affects anything. Finally, please report one issue per example -- creating an example which demonstrates multiple problems is much harder for other people to understand.

Cheers,
- Graham

Hans Aberg wrote:
Two problems with the \pitchedTrill construct:

First, the accidental of the auxiliary is not shown in this particular code:

\version "2.11.35"
above = { \once \override Script #'script-priority = #-100 }

\relative c' {
  \key d \minor
  \time 12/16
  \set beatGrouping = #'(3 2 2 3 2)
  \set subdivideBeams = ##t
  #(override-auto-beam-setting '(end * * 12 16) 3 16)
  #(override-auto-beam-setting '(end * * 12 16) 7 16)
  #(override-auto-beam-setting '(end * * 12 16) 10 16)

  \times 3/4 {g'8 f8~} f4 ~ \pitchedTrill f8.~\startTrillSpan ges f8~ |
  \above f8.\prall^\markup{\flat} \stopTrillSpan ~f4 r8. r8 |
}

The output looks as in the first attached image below. Now, if I replace the first quadruplet with a rest (r8.), then the auxiliary accidental is shown. It looks as in the second image below. So, in fact, this is a minimal example for this bug. It odes not seem to matter what is put in the first quadruplet, though - only that it is there.

The second problem is that the trill spanner extends into the following note, in this case the first note of the second measure. The musical intent here is that the trill should be continued through last 1/8 note of the first measure, but the first note of the second measure should only have a pralltriller. If, in the code, I move forward the \stopTrillSpan to after the last note of the first measure, then it looks as though it should not be trilled. So here, there might be needed some rendering refinement, so that the trill spanner stops shortly shortly after the last note in the trill. Then there should be plenty of room for both the \prall and its accidental in the code.

  Hans Ã…berg

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



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




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

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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