lilypond-user
[Top][All Lists]
Advanced

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

Re: Christian Wolff score


From: ole
Subject: Re: Christian Wolff score
Date: Fri, 15 Oct 2021 09:14:43 +0200

Thanks a lot!!

> Am 14.10.2021 um 15:33 schrieb Kieren MacMillan 
> <kieren_macmillan@sympatico.ca>:
> 
> Hi,
> 
>> Thanks for the hints! But I'am afraid that goes way to far over my lilypond 
>> abilities.
>> So I'am hoping someone have a more ready-to-use solution..?
> 
> Here’s a solution using a Rest.stencil override:
> 
> %%%  SNIPPET BEGINS
> \version "2.21.2"
> 
> wedge = {
>  \override Rest.stencil = #ly:text-interface::print
>  \override Rest.text = \markup \fontsize #4 \bold "^"
>  \override Rest.staff-position = #-4
>  \override Rest.extra-spacing-width = #'(1 . 2)
> }
> 
> { c'4 \wedge r4 c'' g' }
> %%%  SNIPPET ENDS
> 
> Whether or not you choose that one — as opposed to, say, the BreathingSign 
> suggestion — depends on how much you want to play with the timing of the 
> score.
> 
> Hope that helps!
> Kieren.
> ________________________________
> 
> Kieren MacMillan, composer (he/him/his)
> ‣ website: www.kierenmacmillan.info
> ‣ email: kieren@kierenmacmillan.info
> 
> 




reply via email to

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