X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fhacking.texi;h=5a73183f2025d614b6542418c946be7443a13832;hb=refs%2Ftags%2Frelease%2F1.3.39;hp=da36f2f0efc24e020030c3efe7999f20c481388d;hpb=fbe603b3f54ca3df39e3778f67085d75c3e97547;p=lilypond.git diff --git a/Documentation/hacking.texi b/Documentation/hacking.texi index da36f2f0ef..5a73183f20 100644 --- a/Documentation/hacking.texi +++ b/Documentation/hacking.texi @@ -193,7 +193,7 @@ In a lot of other formats this would be called an 'Event' Each dynamic is bound to one note (a crescendo spanning multiple notes is thought to be made of two "dynamics": a start and a stop). Dynamic changes can occur in a smaller time than the length of its - note, therefore fore each @code{Dynamic} request carries a time, measured + note, therefore each @code{Dynamic} request carries a time, measured from the start of its note. @end table @@ -327,7 +327,7 @@ union of its children. Besides relative positions there are lots of other relations between elements. Lilypond does not contain other specialized relation -management (Like the relative positioning code). In stead, objects can +management (Like the relative positioning code). Instead, objects can be connected through dependencies, which sets the order in which objects are to be processed. @@ -366,7 +366,7 @@ An item has one horizontal position. A spanner hangs on two items. An item is a score element that is associated with only one -Paper_column. Examples are note heads, clefs, sup and superscripts, etc. +Paper_column. Examples are note heads, clefs, super and superscripts, etc. Item is a derived class of Score_element. The shape of an item is known before the break calculations, and line