At 01:35 on 10 Sep 2019, Craig Dabelstein wrote:
> Hi all,
>
> In the following MWE, how do I get the dashed line to finish before
> the barline instead of after it. I've had no success with
> \endSpanners.

See Internals Reference 3.2.111 spanner-interface:

to-barline (boolean)
If true, the spanner will stop at the bar line just before it would otherwise 
stop.

Thus:

\version "2.19.82"
\score {
  \relative c' {
    c2 -\tweak to-barline ##t \cresc c c c
    R1*4 \!
  }
}


--
Mark Knoop

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to