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 <j.am...@dr-ammon.de>:

> 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
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>
>
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to