lilypond-user
[Top][All Lists]
Advanced

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

Re: make \breath (kind-of) ignore clef change


From: Werner LEMBERG
Subject: Re: make \breath (kind-of) ignore clef change
Date: Wed, 01 Jun 2022 18:07:19 +0000 (UTC)

David,


thanks for your code – I consider it quite an elegant solution.

> squashed =
>   \once \propertyTweak stencil
>     #(grob-transformer 'stencil
>       (lambda (grob old)
>               (ly:stencil-aligned-to old X RIGHT)))
>   \etc
> 
> { <a' e''>1 \breathe | <g' d''> }
> 
> { <a' e''>1 \breathe \squashed Staff.Clef \clef alto | <a e'> }

This code might serve as an example for `\propertyTweak`, which the NR
is currently missing.

Would you care to submit an MR, expanding the documentation
accordingly?


    Werner

reply via email to

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