Previous: Overview of text markup commands, Up: Text markup



7.4.4 New dynamic marks

It is possible to print new dynamic marks or text that should be aligned with dynamics. Use make-dynamic-script to create these marks.

     sfzp = #(make-dynamic-script "sfzp")
     \relative c' {
       c4 c c\sfzp c
     }

[image of music]

It is also possible to print dynamics in round parenthesis or square brackets. These are often used for adding editorial dynamics.

     \version "2.4.2"
     rndf = \markup{ \center-align {\line { \bold{\italic (}
       \dynamic f \bold{\italic )} }} }
     boxf = \markup{ \bracket { \dynamic f } }
     { c'1_\rndf c'1_\boxf }

[image of music]

Read comments on this page, or add one.

This page is for LilyPond-2.5.11 (development-branch).

Report errors to <bug-lilypond@gnu.org>.

Other languages: English.
Using automatic language selection.