]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/refman.itely: BreathingSign: added docu for
authorJürgen Reuter <j@web.de>
Wed, 9 Apr 2003 21:32:43 +0000 (21:32 +0000)
committerJürgen Reuter <j@web.de>
Wed, 9 Apr 2003 21:32:43 +0000 (21:32 +0000)
property "text"

ChangeLog
Documentation/user/refman.itely

index fa4873eaa9543a20a04a582b1ea94f2dbbc77026..6b474af6081c2fed64061c192a2fb68fc027db27 100644 (file)
--- 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  <mats.bengtsson@s3.kth.se>
 
        * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
index 503f97e55489ec487ba3d2848aa1755ded5e3d63..6487a7c23c71819f298c1b94fd594f363abe1f70 100644 (file)
@@ -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