From: Jürgen Reuter Date: Wed, 9 Apr 2003 21:32:43 +0000 (+0000) Subject: * Documentation/user/refman.itely: BreathingSign: added docu for X-Git-Tag: release/1.7.16~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf392f2c13338881562e5352b1934f85820f8486;p=lilypond.git * Documentation/user/refman.itely: BreathingSign: added docu for property "text" --- diff --git a/ChangeLog b/ChangeLog index fa4873eaa9..6b474af608 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to work around font selection problem + * Documentation/user/refman.itely: BreathingSign: added docu for + property "text" + 2003-04-09 Mats Bengtsson * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 503f97e554..6487a7c23c 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -1779,6 +1779,26 @@ Breath marks are entered using @code{\breathe}. See also c'4 \breathe d4 @end lilypond +The glyph of the breath mark can be tweaked by overriding the +@code{text} property of the @code{BreathingSign} grob with the name of +any glyph of @ref{The Feta font}. For example, + +@example + \property Voice.BreathingSign \override #'text = #"scripts-rvarcomma" + \breathe +@end example + +gives the following result: + +@lilypond[fragment,relative] +c'4 +\property Voice.BreathingSign \override #'text = #"scripts-rvarcomma" +\breathe +d4 +@end lilypond + +The default value for the @code{text} property is +@code{scripts-rcomma}. @c . {Tempo} @node Tempo