lilypond-devel
[Top][All Lists]
Advanced

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

Re: R\fermata: How to build a markup in C++?


From: Malte Meyn
Subject: Re: R\fermata: How to build a markup in C++?
Date: Tue, 16 Apr 2019 13:31:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1



Am 16.04.19 um 13:21 schrieb Neil Puttock:
Hi Malte,

On Mon, 15 Apr 2019 at 10:55, Malte Meyn <address@hidden> wrote:

Are there any other ideas how the R\fermata thing could be done?

Check out scm/lily-syntax-constructors.scm, where there's a
constructor for MM rests:

http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blob;f=scm/ly-syntax-constructors.scm;h=256a2ec08aefdf10bd543fe6f8b6b6b8caba8970;hb=HEAD#l199

Cheers,
Neil

Thanks for the hint! I had already seen that (only then I realised that \fermata already creates a MultiMeasureTextEvent and MultiMeasureRestText grob that just has an 'articulation-type instead of 'text property). But your hint made me look again at that place. Maybe I could build the 'text from the 'articulation easier in Scheme than in C++ (i. e. change the definition of script-to-mmrest-text so that it gives ‘music’ a 'text property before calling make-music).



reply via email to

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