]> git.donarmstrong.com Git - lilypond.git/commitdiff
More formatting from Ralph; thanks!
authorGraham Percival <graham@percival-music.ca>
Thu, 15 Nov 2007 17:50:59 +0000 (09:50 -0800)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 16 Nov 2007 19:19:26 +0000 (20:19 +0100)
Documentation/user/simultaneous.itely
Documentation/user/staff.itely

index 588abe2a2ff4d2cdbb60ef066c402d03286985e6..bdde104910e8db7bebfe9d41c815185528cff29c 100644 (file)
@@ -43,6 +43,10 @@ articulations, just like simple notes:
 For more information about chords, see @ref{Introducing chord
 names}.
 
+@seealso
+
+Snippets: @lsrdir{simultaneous}
+
 @refbugs
 
 Music expressions like @code{<< @{ g8 e8 @} a4 >>} are not printed
@@ -71,6 +75,8 @@ clusters.
 
 @seealso
 
+Snippets: @lsrdir{simultaneous}
+
 Internals Reference: @internalsref{ClusterSpanner},
 @internalsref{ClusterSpannerBeacon},
 @internalsref{Cluster_spanner_engraver}.
@@ -215,6 +221,8 @@ override typesetting decisions.
 
 @seealso
 
+Snippets: @lsrdir{simultaneous}
+
 Internals Reference: the objects responsible for resolving
 collisions are @internalsref{NoteCollision} and
 @internalsref{RestCollision}.
@@ -313,6 +321,8 @@ has no effect on the pitches of @var{musicexpr1} and
 
 @seealso
 
+Snippets: @lsrdir{simultaneous}
+
 Internals Reference: @internalsref{PartCombineMusic}.
 
 @refbugs
@@ -400,5 +410,7 @@ music = {
 }
 @end lilypond
 
+@seealso
 
+Snippets: @lsrdir{simultaneous}
 
index fab1f62cb51bd515fbe3acfe32cfc4e5ef2c2679..af6176d9f9f26638431d73640ee4a4705e894e8e 100644 (file)
@@ -134,6 +134,8 @@ More complex nesting can be accomplished using the property
 
 @seealso
 
+Snippets: @lsrdir{staff}
+
 Each staff group context sets the property
 @code{systemStartDelimiter} to one of the values
 @internalsref{SystemStartBar}, @internalsref{SystemStartBrace},
@@ -218,6 +220,8 @@ In combination with Frenched staves, this may be used to typeset
 
 @seealso
 
+Snippets: @lsrdir{staff}
+
 Internals Reference: @internalsref{StaffSymbol},
 @internalsref{DrumStaff}.
 
@@ -289,6 +293,10 @@ You can make the staff lines invisible by removing the
 }
 @end lilypond
 
+@seealso
+
+Snippets: @lsrdir{staff}
+
 @node Writing parts
 @subsection Writing parts
 
@@ -362,6 +370,10 @@ place it further away from the staff.
 
 @c perhaps also an example of how to move it horizontally?
 
+@seealso
+
+Snippets: @lsrdir{staff}
+
 @node Instrument names
 @unnumberedsubsubsec Instrument names
 
@@ -466,6 +478,8 @@ c1 c c c \break
 
 @seealso
 
+Snippets: @lsrdir{staff}
+
 Internals Reference: @internalsref{InstrumentName}.
 
 
@@ -582,8 +596,7 @@ written entirely in lower-case letters: @code{\addquote}.
 
 In this manual: @ref{Instrument transpositions}.
 
-Examples: @lsr{parts,quote.ly},
-@lsr{parts,quote-transportation.ly}
+Snippets: @lsrdir{staff}
 
 Internals Reference: @internalsref{QuoteMusic}.
 
@@ -688,7 +701,9 @@ cbsn = \relative c, {
 >>
 @end lilypond
 
+@seealso
 
+Snippets: @lsrdir{staff}