]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/tricks.itely
patch::: 1.3.126.jcn3
[lilypond.git] / Documentation / user / tricks.itely
index 5e1ac3a3cf6ed74ed8079d52c618a09e68258417..f1525f530f00b766e41ad792a34cb870cb1cb4bd 100644 (file)
@@ -1,4 +1,11 @@
 @c -*-texinfo-*-
+@c Note:
+@c
+@c A menu is needed before every deeper *section nesting of @nodes
+@c Run M-x texinfo-all-menus-update
+@c to automagically fill in these menus
+@c before saving changes
+
 @ignore
 
 TODO
@@ -28,17 +35,17 @@ yes: \property Staff.VoltaBracket = #'((meta .  ((interfaces . ()))))
 @chapter Tricks
 
 @menu
-* Manual beam settings::           Manual beam settings
-* Slur attachments::               Slur attachments
-* Text spanner::                   Text spanner
-* Engraver hacking::               Engraver hacking
-* Part combiner::                  Part combiner
-* Markup text::                    Markup text
-* Apply hacking::                  Apply hacking
-* Output property::                Output property
-* Embedded TeX::                   Embedded TeX
-* Embedded PostScript::            Embedded PostScript
+* Manual beam settings::        Manual beam settings
+* Slur attachments::            Slur attachments
+* Engraver hacking::            Engraver hacking
+* Part combiner::               Part combiner
+* Markup text::                 Markup text
+* Output property::             Output property
+* Apply hacking::               Apply hacking
+* Embedded TeX::                Embedded TeX
+* Embedded PostScript::         Embedded PostScript
 @c * Index::                          Checking Feature index
+* Index::                       Checking Feature index
 @end menu
 
 
@@ -290,34 +297,6 @@ increasing the @code{beautiful} value:
 @end quotation
 
 
-@node Text spanner
-@section Text spanner
-
-
-
-Have crescendo set a text spanner instead of hairpin
-
-@lilypond[fragment,relative,verbatim]
-  \context Voice {
-    \property Voice.crescendoText = "cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
-    a''2\mf\< a a \!a 
-  }
-@end lilypond
-
-@subsection Ottava
-
-@lilypond[fragment,relative,verbatim]
-  a'''' b c a
-  \property Voice.TextSpanner \set #'type = #'dotted-line
-  \property Voice.TextSpanner \set #'edge-height = #'(0 . 1.5)
-  \property Voice.TextSpanner \set #'edge-text = #'("8va " . "")
-  \property Staff.centralCPosition = #-13
-  a\spanrequest \start "text" b c a \spanrequest \stop "text"
-@end lilypond
-
-
-
 @node Engraver hacking
 @section Engraver hacking