X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fchanging-defaults.itely;h=0ba3a3607a2f303bd9a1d85965426e795e17a2ff;hb=4ef9b950a09e2b8e073017a8e427ab48c8ed1d0b;hp=4109be4db64efe9e98a649b7e83464d8562f2d45;hpb=d0e118d5bb25bdc369c98de20f5d7cd8a3ae9662;p=lilypond.git diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 4109be4db6..0ba3a3607a 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -493,7 +493,7 @@ The next example shows a practical application. Bar lines and time signatures are normally synchronized across the score. This is done by the @code{Timing_translator} and @code{Default_bar_line_engraver}. This plug-in keeps an administration of time signature, location -within the measure, etc. By moving thes engraver from @code{Score} to +within the measure, etc. By moving these engraver from @code{Score} to @code{Staff} context, we can have a score where each staff has its own time signature. @@ -870,11 +870,11 @@ Then the output at the start of this subsection can be entered as @node Aligning contexts @subsection Aligning contexts -New contexts may be aligned above or below exisiting contexts. This +New contexts may be aligned above or below existing contexts. This could be useful in setting up a vocal staff (@rlearning{Vocal ensembles}) and in ossia, -FIXME: this section doens't work in pdf. (?) +FIXME: this section doesn't work in pdf. (?) @cindex ossia @findex alignAboveContext @@ -968,7 +968,7 @@ properties. To tweak those, use commands in the form For many properties, regardless of the data type of the property, setting the property to false ( @code{##f} ) will result in turning it off, causing -Lilypond to ignore that property entirely. This is particularly useful for +LilyPond to ignore that property entirely. This is particularly useful for turning off grob properties which may otherwise be causing problems. We demonstrate how to glean this information from the notation manual @@ -1360,7 +1360,7 @@ properties. Contexts can have properties, which are usually named in @code{studlyCaps}. They mostly control the translation from -music to notatino, eg. @code{localKeySignature} (for determining +music to notation, eg. @code{localKeySignature} (for determining whether to print accidentals), @code{measurePosition} (for determining when to print a bar line). Context properties can change value over time while interpreting a piece of music; @@ -1389,7 +1389,7 @@ is more or less equivalent to \set @var{context}.@var{name} #'@var{property} = #(cons (cons '@var{property} @var{value})