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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
  • New Bernhard Kleine

Reply via email to