]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/staff.itely
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / Documentation / user / staff.itely
index fab1f62cb51bd515fbe3acfe32cfc4e5ef2c2679..0387f06450d96b8db5ef5c027eba327584dfa591 100644 (file)
@@ -9,6 +9,9 @@
 @node Staff notation
 @section Staff notation
 
+@lilypondfile[quote,ragged-right,line-width=16\cm,staffsize=16]
+{staff-headword.ly}
+
 Notes, dynamic signs, etc., are grouped with a set of horizontal
 lines, called a staff (plural @q{staves}).  In LilyPond, these
 lines are drawn using a separate layout object called @code{staff
@@ -62,7 +65,7 @@ at the left, and bar lines are connected between the staves.
 @end lilypond
 
 @item
-In a @internalsref{StaffGroup}, the barlines will be drawn through
+In a @internalsref{StaffGroup}, the bar lines will be drawn through
 all the staves, but the group is started with a bracket.
 
 @lilypond[verbatim,ragged-right,quote]
@@ -101,9 +104,9 @@ bar lines are not connected.
 In addition to these four staff group types, other groupings can
 be produced by changing various properties. E.g., the
 @q{Mensurstriche} layout common in Renaissance music, with
-barlines running between but not through the staves, can be
+bar lines running between but not through the staves, can be
 produced from a @code{StaffGroup} or @code{GrandStaff} context if
-the barlines are made transparent in the @code{Staff} itself, with
+the bar lines are made transparent in the @code{Staff} itself, with
 the command @code{\override Staff.BarLine #'transparent = ##t}
 
 @cindex staff, nested
@@ -134,6 +137,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 +223,8 @@ In combination with Frenched staves, this may be used to typeset
 
 @seealso
 
+Snippets: @lsrdir{staff}
+
 Internals Reference: @internalsref{StaffSymbol},
 @internalsref{DrumStaff}.
 
@@ -289,6 +296,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 +373,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 +481,8 @@ c1 c c c \break
 
 @seealso
 
+Snippets: @lsrdir{staff}
+
 Internals Reference: @internalsref{InstrumentName}.
 
 
@@ -580,10 +597,9 @@ written entirely in lower-case letters: @code{\addquote}.
 
 @seealso
 
-In this manual: @ref{Instrument transpositions}.
+Notation Reference: @ref{Instrument transpositions}.
 
-Examples: @lsr{parts,quote.ly},
-@lsr{parts,quote-transportation.ly}
+Snippets: @lsrdir{staff}
 
 Internals Reference: @internalsref{QuoteMusic}.
 
@@ -688,7 +704,9 @@ cbsn = \relative c, {
 >>
 @end lilypond
 
+@seealso
 
+Snippets: @lsrdir{staff}