]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-breath-mark-symbol.ly
LSR updates from tarball - July 2012
[lilypond.git] / Documentation / snippets / changing-the-breath-mark-symbol.ly
index ac5db21ca0be07b649aa8ad8b618cf3aa1ee7991..ac44bac503d9413daa6ca42a7050244602e99bfe 100644 (file)
@@ -39,7 +39,7 @@ n'importe quelle indication textuelle.
 
 
   texidoc = "
-The glyph of the breath mark can be tuned by overriding the text
+The glyph of the breath mark can be tuned by overriding the @code{text}
 property of the @code{BreathingSign} layout object with any markup
 text.
 
@@ -47,10 +47,10 @@ text.
   doctitle = "Changing the breath mark symbol"
 } % begin verbatim
 
-
 \relative c'' {
   c2
-  \override BreathingSign #'text = \markup { \musicglyph #"scripts.rvarcomma" }
+  \override BreathingSign #'text =
+    \markup { \musicglyph #"scripts.rvarcomma" }
   \breathe
   d2
 }