Changing text and spanner styles for text dynamics: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 3: | Line 3: | ||
The style of the spanner line can be changed by modifying the <code>'style</code> property of <code>DynamicTextSpanner</code>. The default value is <code>'dashed-line</code>, and other possible values include <code>'line</code>, <code>'dotted-line</code> and <code>'none</code>. | The style of the spanner line can be changed by modifying the <code>'style</code> property of <code>DynamicTextSpanner</code>. The default value is <code>'dashed-line</code>, and other possible values include <code>'line</code>, <code>'dotted-line</code> and <code>'none</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
\relative c'' { | \relative c'' { | ||
\set crescendoText = \markup { \italic { cresc. poco } } | \set crescendoText = \markup { \italic { cresc. poco } } | ||