lilypond-user
[Top][All Lists]
Advanced

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

Re: How to prevent a hairpin crescendo from terminating when a dynamic i


From: Valentin Petzel
Subject: Re: How to prevent a hairpin crescendo from terminating when a dynamic is specified?
Date: Fri, 07 Jan 2022 12:43:09 +0100

Hi Ken,

Here two quick possibilites:

{
  c'\< c' << c' \new Voice s\sf >> c' c'\!
}

{
  c'\< c' c'
  -\tweak stencil #ly:text-interface::print
  -\tweak text \markup { \dynamic sf } 
  _> c' c'\!
}

Cheers,
Valentin

Am Freitag, 7. Jänner 2022, 07:28:53 CET schrieb Kenneth Wolcott:
> Hi;
> 
> How to prevent a hairpin crescendo from terminating when a dynamic is
> specified?
> 
> A screenshot is attached of a crescendo that continues past a specified
> dynamic.
> 
> Lilypond terminates the crescendo when the dynamic is specified.
> 
> I need the crescendo to continue until the NEXT dynamic.
> 
> Thanks,
> Ken Wolcott

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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