lilypond-user
[Top][All Lists]
Advanced

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

Re: How to change the alignment of the dashed line in \cresc


From: Valentin Petzel
Subject: Re: How to change the alignment of the dashed line in \cresc
Date: Tue, 30 Nov 2021 13:01:32 +0100

Hello Lib, try this:

\version "2.22.1"
{
  \override DynamicTextSpanner.bound-details.left.Y = #-1
  \override DynamicTextSpanner.bound-details.right.Y = #-1
  \override DynamicTextSpanner.bound-details.left.stencil-offset = #'(-0.75 . 0)
  c'1\cresc
  d'
  e'\ff
}

Cheers,
Valentin

Am Dienstag, 30. November 2021, 12:35:25 CET schrieb Lib Lists:
> Hello,
> I'm trying to change the vertical alignment of the dashed line so that
> it is at the same level with the bottom of the text 'cresc.', instead
> of being at the centre.
> 
> I checked the documentation for the DynamicTextSpanner but couldn't
> find the right property to change.
> 
> \version "2.22.1"
> {
>   c'1\cresc
>   d'
>   e'\ff
> }
> 
> Thank you for any hint!
> Cheers,
> Lib

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


reply via email to

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