From: matsb <matsb> Date: Fri, 8 Oct 2004 11:12:47 +0000 (+0000) Subject: * Documentation/user/notation.itely (Bar lines): Added a note that X-Git-Tag: release/2.3.24^2~75 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf99dce65d67094d698a3759c85caecfea1e7056;p=lilypond.git * Documentation/user/notation.itely (Bar lines): Added a note that defaultBarType is to be changed in the Timing context. Reverted previous erronous patch. --- diff --git a/ChangeLog b/ChangeLog index 13fd8980fa..68159fd1de 100644 --- 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> diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 5918f1b1e3..cd6e0a060e 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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}