lilypond-user
[Top][All Lists]
Advanced

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

Re: New


From: Malte Meyn
Subject: Re: New
Date: Tue, 18 Sep 2018 13:28:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0



Am 18.09.18 um 13:07 schrieb Bernhard Kleine:
I would like to render the 'molto' in the example from the documentation in italics. I have looked into the documentation to "New <beschriftungszeichen>" but to no avail.

moltoF = #(make-dynamic-script
             (markup #:normal-text "molto"
                     #:dynamic "f"))
\relative c' {
   <d e>16 <d e>
   <d e>2..\moltoF
}

If you need this more often you might consider using “easy-custom-dynamics” from openlilylib: https://github.com/openlilylib/snippets/tree/master/input-shorthands/easy-custom-dynamics

Then this is as simple as

%%%%%%%%%%%%%%%%%%%%%
\relative c '{
  <d e>16 <d e>
  <d e>2..\dynamic "molto f"
}
%%%%%%%%%%%%%%%%%%%%%

Italics are used here automatically.



reply via email to

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