Strikethrough text: 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 1: | Line 1: | ||
Here is how to print text with a horizontal line drawn in the middle, <s>much like what you can get in HTML or CSS</s>. | Here is how to print text with a horizontal line drawn in the middle, <s>much like what you can get in HTML or CSS</s>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(define-markup-command (strikethrough layout props arg) | #(define-markup-command (strikethrough layout props arg) | ||
(markup?) | (markup?) | ||