From: Graham Percival Date: Thu, 14 Feb 2008 22:56:10 +0000 (-0800) Subject: Test of link to controlling directions. X-Git-Tag: release/2.11.40-1~3^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9676d914e501ebad4448f393b018d5ca2382de09;p=lilypond.git Test of link to controlling directions. --- diff --git a/Documentation/user/input.itely b/Documentation/user/input.itely index dcfd9176c0..036367738b 100644 --- a/Documentation/user/input.itely +++ b/Documentation/user/input.itely @@ -511,12 +511,12 @@ sections. @section Common syntax issues TODO name? @menu -* Up and down:: +* Controlling direction:: * Distances and measurements MAYBE MOVE:: @end menu -@node Up and down -@subsection Up and down +@node Controlling direction +@subsection Controlling direction TODO: everything @@ -537,6 +537,10 @@ Also cover Maybe rename section to "directions". +Also mention \override Foo #'direction = #'DOWN. + +also mention the typical \fooDown, \fooNeutral predefined commands. + @node Distances and measurements MAYBE MOVE @subsection Distances and measurements MAYBE MOVE diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index f0f0681530..49263ce4c6 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -500,7 +500,11 @@ be entered using @code{\laissezVibrer}: \laissezVibrer @end lilypond -The direction of a tie can be specified with @code{\tieUp} or +The vertical placement of ties may be controlled; see +@ref{Controlling direction}. + +@quotation +DELETE THIS ? @code{\tieDown} (see example below). @code{\tieNeutral} reverts to the default behaviour again. @@ -511,21 +515,22 @@ convenient shorthand for forcing tie directions. By adding @lilypond[relative=2,ragged-right,quote,verbatim,fragment] c4_~ c c^~ c) @end lilypond +@end quotation +@refcommands -@seealso - -Music Glossary: @rglos{tie}, -@c [TODO]add @rglos{laissez vibrer}. when there is a glossary entry. - -Snippets: @lsrdir{Rhythms,Rhythms} - -Internals Reference: -@internalsref{LaissezVibrerTie} -@internalsref{LaissezVibrerTieColumn} - -Example files: -@c @lsr{connecting,laissez-vibrer-ties.ly} +@funindex \tieUp +@code{\tieUp}, +@funindex \tieDown +@code{\tieDown}, +@funindex \tieNeutral +@code{\tieNeutral}, +@funindex \tieDotted +@code{\tieDotted}, +@funindex \tieDashed +@code{\tieDashed}, +@funindex \tieSolid +@code{\tieSolid}. @commonprop @@ -559,24 +564,21 @@ direction (1=up, -1=down). @end lilypond -@refcommands +@seealso -@funindex \tieUp -@code{\tieUp}, -@funindex \tieDown -@code{\tieDown}, -@funindex \tieNeutral -@code{\tieNeutral}, -@funindex \tieDotted -@code{\tieDotted}, -@funindex \tieDashed -@code{\tieDashed}, -@funindex \tieSolid -@code{\tieSolid}. +Music Glossary: @rglos{tie}, +@c [TODO]add @rglos{laissez vibrer}. when there is a glossary entry. +Snippets: @lsrdir{Rhythms,Rhythms} + +Internals Reference: +@internalsref{LaissezVibrerTie} +@internalsref{LaissezVibrerTieColumn} + +Example files: +@c @lsr{connecting,laissez-vibrer-ties.ly} -@seealso