]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/piano.itely
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / Documentation / user / piano.itely
index d85a9669740a1dec9a119a0ee35f7c2ab7342b33..104bcf81d001f8afee69ef627b082eaa466eb20d 100644 (file)
 @section Piano music
 
 @menu
 @section Piano music
 
 @menu
-* TODO piano node fix::         
+* Piano sections::              
 @end menu
 
 @end menu
 
-@node TODO piano node fix
-@subsection TODO piano node fix
+@node Piano sections
+@subsection Piano sections
 
 Piano staves are two normal staves coupled with a brace.  The staves
 are largely independent, but sometimes voices can cross between the
 
 Piano staves are two normal staves coupled with a brace.  The staves
 are largely independent, but sometimes voices can cross between the
@@ -85,9 +85,9 @@ advance.  Here is a practical example
 
 @seealso
 
 
 @seealso
 
-In this manual: @ref{Manual staff switches}.
+Notation Reference: @ref{Manual staff switches}.
 
 
-Program reference: @internalsref{AutoChangeMusic}.
+Internals Reference: @internalsref{AutoChangeMusic}.
 
 
 
 
 
 
@@ -115,7 +115,7 @@ Voices can be switched between staves manually, using the command
 The string @var{staffname} is the name of the staff.  It switches the
 current voice from its current staff to the Staff called
 @var{staffname}.  Typically @var{staffname} is @code{"up"} or
 The string @var{staffname} is the name of the staff.  It switches the
 current voice from its current staff to the Staff called
 @var{staffname}.  Typically @var{staffname} is @code{"up"} or
-@code{"down"}.  The @context{Staff} referred to must already exist, so
+@code{"down"}.  The @code{Staff} referred to must already exist, so
 usually the setup for a score will start with a setup of the staves,
 
 @example
 usually the setup for a score will start with a setup of the staves,
 
 @example
@@ -130,7 +130,7 @@ usually the setup for a score will start with a setup of the staves,
 @end example
 
 
 @end example
 
 
-and the @context{Voice} is inserted afterwards
+and the @code{Voice} is inserted afterwards
 
 @example
 \context Staff = down
 
 @example
 \context Staff = down
@@ -193,7 +193,7 @@ c\sostenutoDown d e c, f g a\sostenutoUp
 For fine-tuning the appearance of a pedal bracket, the properties
 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
 @code{PianoPedalBracket} objects (see
 For fine-tuning the appearance of a pedal bracket, the properties
 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
 @code{PianoPedalBracket} objects (see
-@internalsref{PianoPedalBracket} in the Program reference) can be
+@internalsref{PianoPedalBracket} in the Internals Reference) can be
 modified.  For example, the bracket may be extended to the right edge
 of the note head
 
 modified.  For example, the bracket may be extended to the right edge
 of the note head
 
@@ -204,7 +204,7 @@ c\sostenutoDown d e c, f g a\sostenutoUp
 
 @seealso
 
 
 @seealso
 
-In this manual: @ref{Ties} (laissez vibrer).
+Notation Reference: @ref{Ties} (laissez vibrer).
 
 @node Staff switch lines
 @unnumberedsubsubsec Staff switch lines
 
 @node Staff switch lines
 @unnumberedsubsubsec Staff switch lines
@@ -234,7 +234,7 @@ can be printed automatically.  This is switched on by setting
 
 @seealso
 
 
 @seealso
 
-Program reference: @internalsref{VoiceFollower}.
+Internals Reference: @internalsref{VoiceFollower}.
 
 @refcommands
 
 
 @refcommands