]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/notation.itely (Bar lines): Added a note that
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 8 Oct 2004 11:12:47 +0000 (11:12 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 8 Oct 2004 11:12:47 +0000 (11:12 +0000)
defaultBarType is to be changed in the Timing context.
Reverted previous erronous patch.

ChangeLog
Documentation/user/notation.itely

index 13fd8980fa6d2c5ea053445692eb6ec7645640cf..68159fd1de8aa21c7d945a51f0611836b821adf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,7 @@
 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
-       * Documentation/user/notation.itely (Bar lines): Corrected how to
-       set whichBar. Also, added a note that defaultBarType is to be
-       changed in the Score context.
+       * Documentation/user/notation.itely (Bar lines): Added a note that
+       defaultBarType is to be changed in the Timing context.
 
 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
index 5918f1b1e357c5f05a4114bc9b5901d2b94e2e74..cd6e0a060e885b4112b1eaf74641fd220c3976a1 100644 (file)
@@ -1272,12 +1272,12 @@ connected between different staves of a @internalsref{StaffGroup}
 
 
 The command @code{\bar }@var{bartype} is a short cut for doing
-@code{\set Staff.whichBar = }@var{bartype}.  Whenever @code{whichBar}
+@code{\set Timing.whichBar = }@var{bartype}.  Whenever @code{whichBar}
 is set to a string, a bar line of that type is created.
 
 A bar line is created whenever the @code{whichBar} property is set.
 At the start of a measure it is set to the contents of
-@code{defaultBarType} (as defined in the Score context).  The contents of @code{repeatCommands} are used
+@code{Timing.defaultBarType}.  The contents of @code{repeatCommands} are used
 to override default measure bars.
 
 @cindex @code{whichBar}