bug-lilypond
[Top][All Lists]
Advanced

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

Re: Too short crescendo mark when it is supposed to end on a note after


From: Pierre Perol-Schneider
Subject: Re: Too short crescendo mark when it is supposed to end on a note after a bar
Date: Sun, 8 Jul 2018 11:25:43 +0200

Hi Johannes,
This is not a bug; see:
http://lilypond.org/doc/v2.18/Documentation/notation/spanners.html#using-the-line_002dspanner_002dinterface
(go to "The to-barline property").

Ex.

\version "2.18"
\relative c' {
  c4\< c\! c c-\tweak to-barline #f \< | c\! c c c\< | c c\! c c
}

should work as you expected.
Cheers,
Pierre




2018-07-08 10:12 GMT+02:00 Johannes Ammon <address@hidden>:

> Hello,
>
> when a crescendo mark is supposed to end on a note after a bar, it ends
> before the bar. Here an example with the resulting image in the attachment:
>
> \version "2.18.2"
> \relative c' {
>   c4\< c\! c c\< | c\! c c c\< | c c\! c c
> }
>
> The second hairpin should be as long as the first one, but it ends at
> the bar. This problem occurs only when the (de-)crescendo should end on
> a note right after a bar. The third hairpin has the right length, it
> ends on the second note after a bar.
>
> I'm not sure if this is really new. I was quite overwhelmed with the
> number of existing issues.
> This is on Lilypond 2.18.2 on a mac.
>
> Thank you for a great program, Johannes
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>
>


reply via email to

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