]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/basic-notation.itely
Fix typo, bar lines are connected for GrandStaff but not for ChoirStaff.
[lilypond.git] / Documentation / user / basic-notation.itely
index a105e4a242b9df89740f303345be465c5ea3a05b..4e31cc3f76be0fc789322ad4a475a025c326e887 100644 (file)
@@ -1716,7 +1716,7 @@ point (without increasing the bar number counter).
 In scores with many staves, a @code{\bar} command in one staff is
 automatically applied to all staves.  The resulting bar lines are
 connected between different staves of a @code{StaffGroup},
-@code{PianoStaff}, or @code{ChoirStaff}.
+@code{PianoStaff}, or @code{GrandStaff}.
 
 @lilypond[quote,ragged-right,fragment,verbatim]
 <<
@@ -2450,7 +2450,7 @@ length of the main note.  The fraction 3/4 can be changed by setting
 @code{afterGraceFraction}, ie.
 
 @example
-afterGraceFraction = #(cons 7 8)
+#(define afterGraceFraction (cons 7 8))
 @end example
 
 @noindent
@@ -3203,8 +3203,8 @@ c1
 
 In the following example, the first ending is not a complete
 bar (it only had 3 beats).  The beginning of the second ending
-contains the 4th beat from the first ending.  This @q{extra}
-beat in the second ending is due to the first time ending,
+contains the 4th beat from the first ending.  This @q{extra} beat
+in the second ending is due to the first time ending,
 and has nothing to do with the @code{\partial} at the
 beginning of the example.