lilypond-user
[Top][All Lists]
Advanced

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

Re: Anything similar to to-barline for extender lines of cresc/dim?


From: Knute Snortum
Subject: Re: Anything similar to to-barline for extender lines of cresc/dim?
Date: Wed, 11 Oct 2023 08:17:37 -0700

On Wed, Oct 11, 2023 at 5:40 AM Mats Bengtsson <matsboxergrand@gmail.com> wrote:
Follow-up question; wouldn't it be good to have this setting as the
default?

You can, in a way, set it as the default by using an override instead of a tweak:

\version "2.24.2"

theNotes = { c'1\cresc 1 1 1\f 1 1\cresc 1 1 1\f 1 1\cresc 1 1 1\f }

{
  \theNotes
  \break
  \override DynamicTextSpanner.to-barline = ##t
  \theNotes
}


--
Knute Snortum


reply via email to

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