lilypond-user
[Top][All Lists]
Advanced

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

Re: breaking vertical alignment of dynamic items


From: Jeff Kopmanis
Subject: Re: breaking vertical alignment of dynamic items
Date: Mon, 30 Jan 2023 09:44:24 -0500

I've always terminated my cresc/decres with  \!
I found that in the docs a while ago, but is that still the case?

 e1\< | a2\!\ff b2

Is the way I'd have done it.


On Mon, Jan 30, 2023, 6:41 AM Jean Abou Samra <jean@abou-samra.fr> wrote:
On 30/01/2023 12:38, Werner LEMBERG wrote:
>
> What is the 'official' way to break the alignment between, say, a
> crescendo wedge and a subsequent forte sign?  What I want is automatic
> placement of the 'f' by LilyPond as if there were no crescendo wedge.
>
> ```
> {
>   e1\< | g''1\ff |
> }
> ```

\version "2.24.0"

{
  e1\< | g''1\breakDynamicSpan\ff |
}





reply via email to

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