]> git.donarmstrong.com Git - lilypond.git/commitdiff
More sensible fermata doc-string
authorPhil Holmes <mail@philholmes.net>
Sun, 10 Aug 2014 15:24:37 +0000 (16:24 +0100)
committerPhil Holmes <mail@philholmes.net>
Sun, 10 Aug 2014 15:27:26 +0000 (16:27 +0100)
scm/define-markup-commands.scm

index 3fc1e573bfb3baea5838f387b15720ecd43cfba8..e0b8982ea25f10a731f7c9638728bf489f80104f 100644 (file)
@@ -3880,7 +3880,7 @@ an inverted glyph.  Note that within music, one would usually use the
 @code{\\fermata} articulation instead of a markup.
 
 @lilypond[verbatim,quote]
- { c1^\\markup \\fermata d1_\\markup \\fermata }
+ { c''1^\\markup \\fermata d''1_\\markup \\fermata }
 
 \\markup { \\fermata \\override #`(direction . ,DOWN) \\fermata }
 @end lilypond