]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/refman.itely
* Documentation/user/GNUmakefile
[lilypond.git] / Documentation / user / refman.itely
index bcab5eee4bf9618df8ea13dc38022f739e0192bb..4ecdcefc55560010d0645a8b7826bc2ee03f6c06 100644 (file)
@@ -151,6 +151,11 @@ octave; each @code{,} lowers the pitch by an octave.
   c' c'' es' g' as' gisis' ais'  
 @end lilypond
 
+
+@seealso
+
+@internalsref{NoteEvent}, @internalsref{NoteHead}
+
 @node Chromatic alterations
 @subsection Chromatic alterations
 
@@ -196,6 +201,7 @@ keyword appended. Rest collision testing will leave these rests alone.
 a'4\rest d'4\rest
 @end lilypond
 
+@internalsref{RestEvent}, @internalsref{Rest}
 
 
 @c FIXME: naming.
@@ -228,6 +234,9 @@ which will work outside of those two modes:
 The skip command is merely an empty musical placeholder.  It does not
 produce any output, not even transparent output.
 
+@seealso
+
+@internalsref{SkipEvent}
 
 
 
@@ -342,8 +351,11 @@ note splitting (See @ref{Automatic note splitting}).
 
 @seealso 
 
-@seeinternals{Tie}, @ref{Automatic note splitting}. If you want less
-ties created for a chord, see @inputfileref{input/test/,tie-sparse.ly}.
+@internalsref{TieEvent}, @internalsref{NewTieEvent},
+@internalsref{Tie}, @ref{Automatic note splitting}.
+
+If you want less
+ties created for a chord, see @inputfileref{input/test,tie-sparse.ly}.
 
 @refbugs
 
@@ -366,8 +378,8 @@ give optimal results.
 @c FIXME: This subsection does not belong in @ref{Note entry}.
 
 LilyPond can automatically converting long notes to tied notes.  This
-is done by replacing the @code{Note_heads_engraver} by the
-@code{Completion_heads_engraver}. 
+is done by replacing the @internalsref{Note_heads_engraver} by the
+@internalsref{Completion_heads_engraver}. 
 
 @lilypond[verbatim,noindent]
 \score{
@@ -686,14 +698,14 @@ The standard mode names @code{\ionian},
 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
 @code{\phrygian}, and @code{\dorian} are also defined.
 
-@seealso
-
 This command sets the context property
 @internalsref{Staff}.@code{keySignature}.  Non-standard key signatures
 can be specified by setting this property directly.
 
-The printed signature is a @internalsref{KeySignature} object, typically
-created in @internalsref{Staff} context.
+
+@seealso
+
+@internalsref{KeyChangeEvent}, @internalsref{KeySignature}, 
 
 @cindex @code{keySignature}
 
@@ -754,7 +766,7 @@ when any of these properties are changed.
 
 @seealso
 
-The object for this symbol is @internalsref{Clef}. 
+The object for this symbol is @internalsref{Clef}.
 
 
 
@@ -777,9 +789,11 @@ command.
  \time 2/4 c'2 \time 3/4 c'2. 
 @end lilypond
 
-The actual symbol that is printed can be customized with the @code{style}
-property. Setting it to @code{#'()} uses fraction style for 4/4 and
-2/2 time.
+The actual symbol that is printed can be customized with the
+@code{style} property. Setting it to @code{#'()} uses fraction style
+for 4/4 and 2/2 time.  There are many more options for its layout.
+See @inputfileref{input/test,time.ly} for more examples.
+
 
 This command sets the property @code{timeSignatureFraction},
 @code{beatLength} and @code{measureLength} in the @code{Timing}
@@ -805,7 +819,7 @@ measure is subdivided in 2, 2, 2 and 3. This is passed to
    a4. g4
    }
    \paper {
-       linewidth = -1.0
+       raggedright = ##t
        \translator { \StaffContext
          \consists "Measure_grouping_engraver"
    }}}
@@ -813,9 +827,8 @@ measure is subdivided in 2, 2, 2 and 3. This is passed to
 
 @seealso
 
-The object for this symbol is @internalsref{TimeSignature}.  There are
-many more options for its layout.  See
-@inputfileref{input/test,time.ly} for more examples.
+@internalsref{TimeSignature}, @internalsref{Timing_engraver}.
+
 
 @refbugs
 
@@ -919,14 +932,22 @@ a measure it is set to @code{defaultBarType}. The contents of
 @cindex repeatCommands
 @cindex defaultBarType
 
+You are encouraged to use @code{\repeat} for repetitions.  See
+@ref{Repeats}.
+
+
 
 @seealso
 
-You are encouraged to use @code{\repeat} for repetitions.  See
-@ref{Repeats}.
+@ref{Repeats}, @internalsref{RepeatedMusic},
+@internalsref{VoltaRepeatedMusic},
+@internalsref{UnfoldedRepeatedMusic}
+@internalsref{TremoloRepeteadMusic},
+@internalsref{FoldedRepeatedMusic}.
 
-The bar line objects that are created at @internalsref{Staff} are
-called @internalsref{BarLine}, the bar lines that span staffs are
+
+The bar line objects that are created at @internalsref{Staff} level
+are called @internalsref{BarLine}, the bar lines that span staffs are
 @internalsref{SpanBar}s.
 
 
@@ -994,11 +1015,11 @@ LilyPond also vertically shifts rests that are opposite of a stem.
 
 The objects responsible for resolving collisions are
 @internalsref{NoteCollision} and @internalsref{RestCollision}.  See
-also example files @inputfileref{input/regression/,collision-dots.ly},
-@inputfileref{input/regression/,collision-head-chords.ly},
-@inputfileref{input/regression/,collision-heads.ly},
-@inputfileref{input/regression/,collision-mesh.ly}, and
-@inputfileref{input/regression/,collisions.ly}.
+also example files @inputfileref{input/regression,collision-dots.ly},
+@inputfileref{input/regression,collision-head-chords.ly},
+@inputfileref{input/regression,collision-heads.ly},
+@inputfileref{input/regression,collision-mesh.ly}, and
+@inputfileref{input/regression,collisions.ly}.
 
 
 @refbugs
@@ -1414,7 +1435,8 @@ voices in the same staff share accidentals, but staves do not.
 
 @seealso
 
-@internalsref{Accidental_engraver},
+@internalsref{Accidental_engraver}, @internalsref{Accidental},
+@internalsref{AccidentalPlacement}.
 
 
 @refbugs
@@ -1502,7 +1524,7 @@ stems might look better:
 
 @seealso
 
-@seeinternals{Slur}.
+@seeinternals{Slur}, @internalsref{SlurEvent}.
 
 
 @refbugs
@@ -1540,8 +1562,13 @@ will only affect normal slurs and not phrasing slurs.
 
 @seealso
 
-See also @seeinternals{PhrasingSlur}. Phrasing slurs have the same
-limitations in their formatting.
+See also @internalsref{PhrasingSlur},
+@internalsref{PhrasingSlurEvent}.
+
+@refbugs
+
+Phrasing slurs have the same limitations in their formatting as normal
+slurs.
 
 @node Breath marks
 @subsection Breath marks
@@ -1565,8 +1592,8 @@ d4
 
 @seealso 
 
-@seeinternals{BreathingSign},
-@inputfileref{input/regression/,breathing-sign.ly}.
+@internalsref{BreathingSign}, @internalsref{BreathingSignEvent},
+@inputfileref{input/regression,breathing-sign.ly}.
 
 
 @node Tempo
@@ -1584,6 +1611,10 @@ Metronome settings can be entered as follows:
 
 For example, @code{\tempo 4 = 76} requests output with 76 quarter notes
 per minute.
+
+@seealso
+
+@internalsref{TempoEvent}
   
 @refbugs
   
@@ -1623,7 +1654,8 @@ An application is to fake octavation indications.
 
 @seealso
 
-@internalsref{TextSpanner}, @inputfileref{input/regression/,text-spanner.ly}.
+@internalsref{TextSpanEvent},
+@internalsref{TextSpanner}, @inputfileref{input/regression,text-spanner.ly}.
 
 
 @node Analysis brackets
@@ -1759,7 +1791,8 @@ finger changes, use markup texts:
         
 @seealso
 
-@internalsref{Script} and @internalsref{Fingering}.
+@internalsref{ScriptEvent}, 
+@internalsref{Script}, @internalsref{FingerEvent} and @internalsref{Fingering}.
 
 @refbugs
 
@@ -1786,12 +1819,11 @@ avoided because it makes it impossible for LilyPond to compute the
 exact length of the string, which may lead to collisions.  Also, @TeX{}
 commands will not work with direct PostScript output.
 
-@seealso
 
-@internalsref{TextScript} objects.
+@seealso
 
-@ref{Text markup} describes how to change the font or access
-special symbols in text scripts.
+@internalsref{TextScriptEvent}, @internalsref{TextScript},
+@ref{Text markup}.
 
 
 
@@ -1904,6 +1936,10 @@ second bars in this example:
 @end lilypond
 
 
+@seealso
+
+@internalsref{GraceMusic}.
+
 @refbugs
 
 Grace notes can not be used in the smallest size (@file{paper11.ly}).
@@ -1943,7 +1979,7 @@ a note:
 
 @seealso
 
-@seeinternals{Glissando}.
+@internalsref{Glissando}, @internalsref{GlissandoEvent}.
 
 
 @refbugs
@@ -2040,6 +2076,9 @@ You can also supply your own texts:
 
 @seealso
 
+@internalsref{CrescendoEvent}, @internalsref{DecrescendoEvent},
+@internalsref{AbsoluteDynamicEvent}.
+
 Dynamics are objects of @internalsref{DynamicText} and
 @internalsref{Hairpin}. Vertical positioning of these symbols is
 handled by the @internalsref{DynamicLineSpanner} object.
@@ -2213,7 +2252,7 @@ alphabetic characters.
 
 @seealso
 
-Repeat brackets are @internalsref{VoltaBracket} objects.
+@internalsref{VoltaBracket}
 
 @node Tremolo repeats
 @subsection Tremolo repeats
@@ -2235,7 +2274,8 @@ style.
 @seealso
 
 Tremolo beams are @internalsref{Beam} objects. Single stem tremolos are
-@internalsref{StemTremolo}. 
+@internalsref{StemTremolo}.  @internalsref{TremoloEvent}.
+
 
 @refbugs
 
@@ -2283,9 +2323,11 @@ patterns that divide the measure length are replaced by slashes.
 
 @seealso
 
-@internalsref{RepeatSlash}, @internalsref{PercentRepeat}, and
+@internalsref{RepeatSlash}, @internalsref{PercentRepeat},
+@internalsref{PercentRepeatedMusic}, and
 @internalsref{DoublePercentRepeat}.
 
+
 @refbugs
 
 You can not nest percent repeats, e.g. by filling in the first measure
@@ -2899,16 +2941,15 @@ staff.  Lilypond currently only supports the graphical ambitus notation.
 To apply, add the @internalsref{Ambitus_engraver} to the
 @internalsref{Voice} context, i.e.
 
-@verbatim
-  \paper {
-    \translator {
+@example
+  \paper @{ \translator @{
       \VoiceContext
       \consists Ambitus_engraver
-    }
-  }
-@end verbatim
+    @} @}
+@end example
+
+For example,
 
-The result will look like this.
 @lilypond[singleline]
 upper = \notes \relative c {
   \clef "treble"
@@ -2939,7 +2980,7 @@ lower = \notes \relative c {
 
 @seealso
 
-@internalsref{Ambitus}, @inputfileref{input/regression/,ambitus.ly}.
+@internalsref{Ambitus}, @inputfileref{input/regression,ambitus.ly}.
 
 @node Tablatures
 @section Tablatures
@@ -3000,7 +3041,8 @@ frag = \notes {
 
 @seealso
 
-@internalsref{TabStaff}, @internalsref{TabVoice}
+@internalsref{TabStaff}, @internalsref{TabVoice}, and
+@internalsref{StringNumberEvent}.
 
 @refbugs
 
@@ -3085,7 +3127,7 @@ print them as name.
 
 @menu
 * Chords mode::                 
-* Printing chord names::       
+* Printing chord names::        
 @end menu
 
 
@@ -3100,15 +3142,12 @@ like a common pitch, for example,
 @lilypond[fragment,verbatim,quote, relative=1]
 \chords { es4.  d8 c2 }
 @end lilypond
-is the notation for three chords: an E-flat major chord, a D major and
-a C major.
-
 @cindex chord entry
 @cindex chord mode
 
-Other chords may be entered
-by suffixing a colon, and introducing a modifier, and optionally, a
-number, for example
+Other chords may be entered by suffixing a colon, and introducing a
+modifier, and optionally, a number, for example
+@c
 @lilypond[fragment,verbatim,quote]
 \chords { e1:m e1:7 e1:m7  }
 @end lilypond
@@ -3150,7 +3189,7 @@ supported
   is the   diminished chord. This modifier lowers the 3rd, 5th and (if present)
   the 7th step 
 @item aug
-  is augmented chord. This modifier raises the 5th step.
+  is the augmented chord. This modifier raises the 5th step.
 @item maj
   is the major 7th chord. This modifier raises the 7th step if present.  
 @item sus
@@ -3267,42 +3306,14 @@ through the following properties:
 @table @code
 @item chordNameExceptions
 This is a list that contains the chords that have special formatting.
-For example.
-@lilypond[verbatim,singleline]
-chExceptionMusic = \notes { <<c f g bes>>1-\markup { \super "7" "wahh" }}
-chExceptions = #(append
-  (sequential-music-to-chord-exceptions chExceptionMusic)
-  ignatzekExceptions)
-
-\score { \context ChordNames
-    \chords {
-      c:7sus4 c:dim7
-      \property ChordNames.chordNameExceptions = #chExceptions
-      c:7sus4 c:dim7 } }
-@end lilypond
-
-Putting the exceptions list encoded as
-@example
- \notes @{ <<c f g bes>>1-\markup @{ \super "7" "wahh" @} @}
-@end example
-into @code{chordNameExceptions} takes a little manoeuvring. The
-following code transforms @code{chExceptionMusic} (which is a
-sequential music) into a list of exceptions.
-@example
-  (sequential-music-to-chord-exceptions chExceptionMusic)
-@end example
-Then,
-@example
-#(append
-  ... ignatzekExceptions)
-@end example
-adds the new exceptions to the default ones, which are defined in
-@file{ly/chord-modifier-init.ly}.
+For an example, see
+@inputfileref{input/regression,chord-name-exceptions.ly}.
 
 @item majorSevenSymbol
 This property contains the markup object used for the 7th step, when
 it is major. Predefined options are @code{whiteTriangleMarkup},
-@code{blackTriangleMarkup}.
+@code{blackTriangleMarkup}.  See
+@inputfileref{input/regression,chord-name-major7.ly} for an example.
 
 @item chordNameSeparator
 Different parts of a chord name are normally separated by a
@@ -3311,16 +3322,31 @@ separators, e.g.
 @lilypond[fragment,verbatim]
 \context ChordNames \chords {
       c:7sus4
-      \property ChordNames.chordNameSeparator = \markup { "|" }
+      \property ChordNames.chordNameSeparator
+        = \markup { "|" }
       c:7sus4 }
 @end lilypond
-@end table
 
+@item chordRootNamer
+The root of a chord is usually printed as a letter with an optional
+alteration. The transformation from pitch to letter is done by this
+function.  An application of setting this function, is providing chord
+names with german notation for the root.
+
+@item chordNoteNamer
+The default is to print single notes (as for instance the bass note)
+using the chordRootNamer. However, by setting this function to a non-null
+value you can specify a different function. I.e. you could use letters
+in lower case for the base note.
+
+@end table
 
 @seealso
 
-@inputfileref{input/regression/,chord-name-major7.ly},
-@file{scm/chords-ignatzek.scm}, @file{scm/chord-entry.scm}.
+@inputfileref{input/regression,chord-name-major7.ly},
+@inputfileref{input/regression,chord-name-exceptions.ly},
+@inputfileref{input/test,chord-names-german.ly},
+@file{scm/chords-ignatzek.scm}, @file{scm/chord-entry.scm}
 
 
 @refbugs
@@ -3364,43 +3390,47 @@ To print a  rehearsal mark, use the @code{\mark} command.
 @lilypond[fragment,verbatim]
 \relative c'' {
   c1 \mark "A"
-  c1 \mark \default
-  c1 \mark \default 
+  c1 \mark "B"
   c1 \mark "12"
-  c1 \mark \default
+  c1 \mark "13"
   c1
 }
 @end lilypond
 
-As you can see, the mark is incremented automatically if you use
-@code{\mark \default}. The value to use is stored in the property
-@code{rehearsalMark} is used and automatically incremented.  The object
-is @internalsref{RehearsalMark} in @internalsref{Score} context. See
-@inputfileref{input/test,boxed-molecule.ly} if you need boxes around the
-marks.
+The mark is incremented automatically if you use @code{\mark
+\default}. The value to use is stored in the property
+@code{rehearsalMark} is used and automatically incremented.
 
 The @code{\mark} command can also be used to put signs like coda,
-segno and fermatas on a barline.  The trick is to use the text markup
-mechanism to access the fermata symbol.
+segno and fermatas on a barline. Use @code{\markup} to
+to access the appropriate symbol.
+
 @lilypond[fragment,verbatim,relative=1]
   c1 \mark \markup { \musicglyph #"scripts-ufermata" }
   c1
 @end lilypond
 
-
-The problem is that marks that occur at a line break are typeset only
-at the beginning of the next line, opposite to what you want for the
-fermata. This can be corrected by the following property setting
+In this case, during line breaks,
+marks must also be printed at the end of the line, and not at the
+beginning. Use the following to force that behavior
 @example
 \property Score.RehearsalMark \override
   #'break-visibility = #begin-of-line-invisible
 @end example
 
+See @inputfileref{input/test,boxed-molecule.ly}.  for putting boxes
+around the marks.
+
 @cindex fermatas
 @cindex coda
 @cindex segno
 @cindex barlines, putting symbols on 
 
+@seealso
+
+@internalsref{MarkEvent}, @internalsref{RehearsalMark}, 
+@inputfileref{input/test,boxed-molecule.ly}.
+
 
 @node Bar numbers
 @subsection Bar numbers
@@ -3411,112 +3441,72 @@ fermata. This can be corrected by the following property setting
 @cindex currentBarNumber
 
 Bar numbers are printed by default at the start of the line.  The
-number itself is a property that can be set by modifying the
-@code{currentBarNumber} property, although that is usually not
-necessary, i.e.
-@example
-  \property Score.currentBarNumber = #217
-@end example
+number itself is stored in the 
+@code{currentBarNumber} property,
+which is normally updated automatically for every measure.
 
-To typeset Bar Numbers at regular intervals instead of at the beginning of each line,
-you need to change the grob property @code{break-visibility} as well as the translator
-property @code{barNumberVisibility}, as illustrated in the following example which also
-adds a box around the bar numbers:
-@example
-\property Score.BarNumber \override #'break-visibility =
-  #end-of-line-invisible
-\property Score.barNumberVisibility = #(every-nth-bar-number-visible 5)
-\property Score.BarNumber \override #'molecule-callback =
-  #(make-molecule-boxer 0.1 0.25 0.25 Text_item::brew_molecule)
-\property Score.BarNumber \override #'font-relative-size = #0
-@end example
-@lilypond[noindent]
-\score {
-    \context Staff \notes \transpose c c'' {
-       \property Score.BarNumber \override #'break-visibility = #end-of-line-invisible
-       \property Score.barNumberVisibility = #(every-nth-bar-number-visible 5)
-       \property Score.BarNumber \override #'molecule-callback =
-       #(make-molecule-boxer 0.1 0.25 0.25 Text_item::brew_molecule)
-       \property Score.BarNumber \override #'font-relative-size = #0
-       
-       \repeat unfold 16 c1 \bar "|."
-    }
-}
-@end lilypond
+Bar numbers can be typeset at regular intervals instead of at the
+beginning of each line. This is illustrated in the following example,
+whose source is available as
+@inputfileref{input/test,bar-number-every-fifth.ly}
 
-If you would like the bar numbers to appear at regular intervals, but
-not starting from measure zero, you can use the context function,
-@code{set-bar-number-visibility}, to automatically set
-@code{barNumberVisibility} so that the bar numbers appear at regular
-intervals, starting from the @code{\applycontext}:
+@lilypondfile[notexidoc]{bar-number-every-fifth.ly}
 
-@example
-resetBarnum = \context Score \applycontext
-  #(set-bar-number-visibility 4)
-...
-\property Score.BarNumber \override #'break-visibility =
-  #end-of-line-invisible
-\mark "A" \resetBarnum
-\repeat unfold 10 c1
-\mark \default \resetBarnum
-\repeat unfold 8 c
-@end example
-@lilypond[noindent]
-resetBarnum = \context Score \applycontext
-  #(set-bar-number-visibility 4)
-\score {
-    <
-        \notes \transpose c c'' {
-           \property Score.BarNumber \override #'break-visibility =#end-of-line-invisible
-           \property Score.RehearsalMark \override #'padding = #2.5
-           \mark "A" \resetBarnum
-           \repeat unfold 10 c1
-           \mark \default \resetBarnum
-           \repeat unfold 8 c
-            \bar "|."
-        }
-    >
-}
-@end lilypond
+The start of that numbering can also be reset, as demonstrated in
+@inputfileref{input/test,bar-number-every-5-reset.ly}.
 
-See also @seeinternals{BarNumber}.
+@lilypondfile[notexidoc]{bar-number-every-5-reset.ly}
+
+
+@seealso
+
+@internalsref{BarNumber}.
+@inputfileref{input/test,bar-number-every-5-reset.ly}.
+@inputfileref{input/test,bar-number-every-fifth.ly}
 
 @refbugs
 
-Barnumbers can collide with the StaffGroup, if there is one at the
-top. To solve this, You have to twiddle with the
+Bar numbers can collide with the @internalsref{StaffGroup} bracket, if
+there is one at the top. To solve this, You have to twiddle with the
 @internalsref{padding} property of @internalsref{BarNumber} if your
 score starts with a @internalsref{StaffGroup}.
 
 @node Instrument names
 @subsection Instrument names
 
-In scores, the instrument name is printed before the staff. This can
-be done by setting @code{Staff.instrument} and
-@code{Staff.instr}. This will print a string before the start of the
-staff. For the first start, @code{instrument} is used, for the next
-ones @code{instr} is used.
+In an orchestral score, instrument names are printed left of the
+staffs.
+
+This can be achieved by setting @internalsref{Staff}.@code{instrument}
+and @internalsref{Staff}.@code{instr}. This will print a string before
+the start of the staff. For the first start, @code{instrument} is
+used, for the next ones @code{instr} is used.
 
 @lilypond[verbatim,singleline]
   \property Staff.instrument = "ploink " { c''4 }  
 @end lilypond
 
 You can also use markup texts to construct more complicated instrument
-names:
+names.
 
-
-@lilypond[verbatim,singleline]
-\score {
+@lilypond[fragment,verbatim,singleline]
   \notes \context Staff = treble {
-    \property Staff.instrument
-       = \markup { \column << "Clarinetti" { "in B" \smaller \musicglyph #"accidentals--1" } >> }
-    { c''1 }
+    \property Staff.instrument = \markup {
+        \column << "Clarinetti"
+          { "in B"
+            \smaller \musicglyph #"accidentals--1"
+          }
+          >>
+     }
+     { c''1 }
   }
-  \paper { linewidth= 8.0\cm }
-}
 @end lilypond
 
 
+@seealso
+
+@internalsref{InstrumentName}
+
 @refbugs
 
 When you put a name on a grand staff or piano staff the width of the
@@ -3535,8 +3525,8 @@ is
   \transpose @var{from} @var{to} @var{musicexpr}
 @end example
 
-This means that @var{musicexpr} is transposed to by the interval
-between @var{from} is @var{to}.
+This means that @var{musicexpr} is transposed by the interval
+between @var{from} and @var{to}.
 
 @code{\transpose} distinguishes between enharmonic pitches: both
 @code{\transpose c cis} or @code{\transpose c des} will transpose up
@@ -3553,9 +3543,12 @@ mus =\notes { \key d \major cis d fis g }
 }}
 @end lilypond
 
+@refbugs
+
 If you want to use both @code{\transpose} and @code{\relative}, then
-you must use @code{\transpose} first.  @code{\relative} will have no
-effect music that appears inside a @code{\transpose}.
+you must put @code{\transpose} outside of @code{\relative}, since
+@code{\relative} will have no effect music that appears inside a
+@code{\transpose}.
 
 
 @node  Multi measure rests
@@ -3578,8 +3571,7 @@ empty measures, and the appropriate number is added automatically.
 
 The @code{1} in @code{R1} is similar to the duration notation used for
 notes. Hence, for time signatures other than 4/4, you must enter other
-durations.  This can be done with augmentation dots, or with
-fractions:
+durations.  This can be done with augmentation dots or fractions:
 
 @lilypond[fragment,verbatim]
  \property Score.skipBars = ##t
@@ -3591,9 +3583,9 @@ fractions:
 @end lilypond
 
 A @code{R} spanning a single measure is printed as a whole rest
-centered in the measure, regardless of the time signature.
+centered in the measure (or a breve when the measure lasts longer than
+two whole notes), regardless of the time signature.
 
-[ add note about breves.]
  
 
 @cindex text on multi-measure rest
@@ -3616,9 +3608,16 @@ adding fermatas.
 
 @cindex whole rests for a full measure 
 
-The object for this object is @internalsref{MultiMeasureRest},
-@internalsref{MultiMeasureRestNumber} (for the default number), and
-@internalsref{MultiMeasureRestText} (for user specified texts).
+@seealso
+
+@internalsref{MultiMeasureRestEvent},
+@internalsref{MultiMeasureTextEvent},
+@internalsref{MultiMeasureRestMusicGroup},
+@internalsref{MultiMeasureRest}.
+
+The graphical object @internalsref{MultiMeasureRestNumber} is for the
+default number, and @internalsref{MultiMeasureRestText} for user
+specified texts.
 
 @refbugs
 
@@ -3627,9 +3626,9 @@ over multi-measure rests.
 
 @cindex condensing rests
 
- There is no way to automatically condense multiple rests
-into a single multimeasure rest. Multi measure rests do not take part
-in rest collisions.
+There is no way to automatically condense multiple rests into a single
+multimeasure rest. Multi measure rests do not take part in rest
+collisions.
 
 Be careful when entering multimeasure rests followed by whole notes,
 @example
@@ -3645,12 +3644,13 @@ ok, but the bar numbering will be off.
 
 
 Automatic part combining is used to merge two parts of music onto a
-staff in an intelligent way.  It is aimed primarily at typesetting
-orchestral scores.  When the two parts are identical for a period of
-time, only one is shown.  In places where the two parts differ, they
-are typeset as separate voices, and stem directions are set
-automatically.  Also, solo and @emph{a due} parts can be identified
-and marked.
+staff.  It is aimed at typesetting orchestral scores.  When the two
+parts are identical for a period of time, only one is shown.  In
+places where the two parts differ, they are typeset as separate
+voices, and stem directions are set automatically.  Also, solo and
+@emph{a due} parts are identified and can be marked.
+
+@syntax
 
 The syntax for part combining is
 
@@ -3662,8 +3662,9 @@ combined into one context of type @var{context}.  The music expressions
 must be interpreted by contexts whose names should start with @code{one}
 and @code{two}.
 
-The most useful function of the part combiner is to combine parts into
-one voice, as common for wind parts in orchestral scores:
+The following example demonstrates the basic functionality of the part
+combiner: putting parts on one staff, and setting stem directions and
+polyphony.
 
 @lilypond[verbatim,singleline,fragment]
   \context Staff <
@@ -3700,15 +3701,17 @@ may set the property @var{soloADue} to false.
   >
 @end lilypond
 
-There are a number of other properties that you can use to tweak the
-behavior of part combining, refer to the automatically generated
-documentation of @internalsref{Thread_devnull_engraver} and
-@internalsref{Voice_devnull_engraver}. Look at the documentation of the
-responsible engravers, @code{Thread_devnull_engraver},
-@code{Voice_devnull_engraver} and @code{A2_engraver}.
+@seealso
+
+@internalsref{PartCombineMusic},
+@internalsref{Thread_devnull_engraver},
+@internalsref{Voice_devnull_engraver} and @internalsref{A2_engraver}.
 
 @refbugs
 
+The syntax for naming contexts in inconsistent with the syntax for
+combining stanzas.
+
 In @code{soloADue} mode, when the two voices play the same notes on and
 off, the part combiner may typeset @code{a2} more than once in a
 measure.
@@ -3725,6 +3728,8 @@ measure.
   >
 @end lilypond
 
+The part combiner is slated to be rewritten [TODO: explain why] .
+
 @cindex @code{Thread_devnull_engraver}
 @cindex @code{Voice_engraver}
 @cindex @code{A2_engraver}
@@ -3733,15 +3738,21 @@ measure.
 @subsection Hara kiri staves
 
 In orchestral scores, staff lines that only have rests are usually removed.
-This saves some space.  LilyPond also supports this through the hara
-kiri@footnote{Hara kiri, also called Seppuku, is the ritual suicide of
-the Japanese Samourai warriors.} staff. This staff commits suicide when
-it finds itself to be empty after the line-breaking process.  It will
-not disappear when it contains normal rests, you must use multi measure
+This saves some space. This style is called `French Score'. 
+
+@syntax
+
+This is supported through the hara kiri@footnote{Hara kiri is the
+vulgar name for Seppuku, is the ritual suicide of the Japanese
+Samourai warriors.} staff. This staff commits suicide when it finds
+itself to be empty after the line-breaking process.  It will not
+disappear when it contains normal rests, you must use multi measure
 rests.
 
-The hara kiri staff is specialized version of the @internalsref{Staff}
-context. It is available as the context identifier
+For @internalsref{Lyrics}, @internalsref{LyricsVoice},
+@internalsref{ChordNames} and @internalsref{FiguredBass}, hara-kiri is
+switched on by default. For normal staffs, hara kiri is available as a
+specialized @internalsref{Staff} context, with the name identifier
 @code{\HaraKiriStaffContext}.  Observe how the second staff in this
 example disappears in the second line.
 
@@ -3758,10 +3769,6 @@ example disappears in the second line.
 }
 @end lilypond
 
-For @internalsref{Lyrics}, @internalsref{LyricsVoice},
-@internalsref{ChordNames} and @internalsref{FiguredBass}, hara-kiri is
-switched on by default.
-
 
 @node Sound output for transposing instruments
 @subsection Sound output for transposing instruments
@@ -3789,6 +3796,8 @@ output.
 @cindex Petrucci
 @cindex mensural
 
+[TODO: write introduction on ancient notation]
+
 @menu
 * Ancient note heads::          
 * Ancient clefs ::              
@@ -3845,7 +3854,7 @@ of each clef denotes the @code{c'} with respect to the clef.
 @c Supported clefs:
 @c @code{varbaritone}, @code{bass}, @code{F}, @code{subbass}
 @c
-@c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "F" c'}
+@c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "F" c'}
 @c
 @c @item modern style C clef (glyph: @code{clefs-C})
 @c
@@ -3853,7 +3862,7 @@ of each clef denotes the @code{c'} with respect to the clef.
 @c @code{soprano}, @code{mezzosoprano}, @code{alto}, @code{C},
 @c @code{tenor}, @code{baritone}
 @c
-@c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "C" c'}
+@c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "C" c'}
 
 @item modern style mensural C clef (glyph: @code{clefs-neo_mensural_c'})
 
@@ -3861,7 +3870,7 @@ Supported clefs:
 @code{neo_mensural_c1}, @code{neo_mensural_c2},
 @code{neo_mensural_c3}, @code{neo_mensural_c4}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "neo_mensural_c2" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "neo_mensural_c2" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c1})
 
@@ -3869,7 +3878,7 @@ Supported clefs:
 @code{petrucci_c1}
 for 1st staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c1" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c1" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c2})
 
@@ -3877,7 +3886,7 @@ Supported clefs:
 @code{petrucci_c2}
 for 2nd staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c2" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c2" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c3})
 
@@ -3885,7 +3894,7 @@ Supported clefs:
 @code{petrucci_c3}
 for 3rd staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c3" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c3" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c4})
 
@@ -3893,7 +3902,7 @@ Supported clefs:
 @code{petrucci_c4}
 for 4th staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c4" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c4" c'}
 
 @item petrucci style mensural C clef (glyph: @code{clefs-petrucci_c5})
 
@@ -3901,21 +3910,21 @@ Supported clefs:
 @code{petrucci_c5}
 for 5th staffline
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c5" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_c5" c'}
 
 @item petrucci style mensural F clef (glyph: @code{clefs-petrucci_f})
 
 Supported clefs:
 @code{petrucci_f}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_f" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_f" c'}
 
 @item petrucci style mensural G clef (glyph: @code{clefs-petrucci_g})
 
 Supported clefs:
 @code{petrucci_g}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_g" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "petrucci_g" c'}
 
 @item historic style mensural C clef (glyph: @code{clefs-mensural_c'})
 
@@ -3923,70 +3932,70 @@ Supported clefs:
 @code{mensural_c1}, @code{mensural_c2}, @code{mensural_c3},
 @code{mensural_c4}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_c2" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_c2" c'}
 
 @item historic style mensural F clef (glyph: @code{clefs-mensural_f})
 
 Supported clefs:
 @code{mensural_f}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_f" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_f" c'}
 
 @item historic style mensural G clef (glyph: @code{clefs-mensural_g})
 
 Supported clefs:
 @code{mensural_g}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_g" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "mensural_g" c'}
 
 @item Editio Vaticana style do clef (glyph: @code{clefs-vaticana_do})
 
 Supported clefs:
 @code{vaticana_do1}, @code{vaticana_do2}, @code{vaticana_do3}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_do2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_do2" c'}
 
 @item Editio Vaticana style fa clef (glyph: @code{clefs-vaticana_fa})
 
 Supported clefs:
 @code{vaticana_fa1}, @code{vaticana_fa2}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_fa2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "vaticana_fa2" c'}
 
 @item Editio Medicaea style do clef (glyph: @code{clefs-medicaea_do})
 
 Supported clefs:
 @code{medicaea_do1}, @code{medicaea_do2}, @code{medicaea_do3}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_do2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_do2" c'}
 
 @item Editio Medicaea style fa clef (glyph: @code{clefs-medicaea_fa})
 
 Supported clefs:
 @code{medicaea_fa1}, @code{medicaea_fa2}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_fa2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "medicaea_fa2" c'}
 
 @item historic style hufnagel do clef (glyph: @code{clefs-hufnagel_do})
 
 Supported clefs:
 @code{hufnagel_do1}, @code{hufnagel_do2}, @code{hufnagel_do3}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do2" c'}
 
 @item historic style hufnagel fa clef (glyph: @code{clefs-hufnagel_fa})
 
 Supported clefs:
 @code{hufnagel_fa1}, @code{hufnagel_fa2}
 
-@lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_fa2" c'}
+@lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #4 \property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_fa2" c'}
 
 @item historic style hufnagel combined do/fa clef (glyph: @code{clefs-hufnagel_do_fa})
 
 Supported clefs:
 @code{hufnagel_do_fa}
 
-@lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do_fa" c'}
+@lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "hufnagel_do_fa" c'}
 
 @c --- This should go somewhere else: ---
 @c @item modern style percussion clef (glyph: @code{clefs-percussion})
@@ -3994,14 +4003,14 @@ Supported clefs:
 @c Supported clefs:
 @c @code{percussion}
 @c
-@c @lilypond[26pt]{\property Staff.TimeSignature \set #'transparent = ##t \clef "percussion" c'}
+@c @lilypond{\property Staff.TimeSignature \set #'transparent = ##t \clef "percussion" c'}
 @c
 @c @item modern style tab clef (glyph: @code{clefs-tab})
 @c
 @c Supported clefs:
 @c @code{tab}
 @c
-@c @lilypond[26pt]{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #6 \property Staff.TimeSignature \set #'transparent = ##t \clef "tab" c'}
+@c @lilypond{\context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) #'line-count = #6 \property Staff.TimeSignature \set #'transparent = ##t \clef "tab" c'}
 
 @end table
 
@@ -4027,24 +4036,10 @@ beams, depending on which staffline it was printed.
 @cindex custodes
 
 A @emph{custos} (plural: @emph{custodes}; latin word for `guard') is a
-staff context symbol that appears at the end of a staff line.  It
-anticipates the pitch of the first note(s) of the following line and
-thus helps the player or singer to manage line breaks during
-performance, thus enhancing readability of a score.
-
-@lilypond[verbatim]
-\score {
-  \notes { c'1 \break
-        \property Staff.Custos \set #'style = #'mensural
-        d' }
-  \paper {
-    \translator {
-      \StaffContext
-      \consists Custos_engraver
-    }
-  }
-}
-@end lilypond
+symbol that appears at the end of a staff.  It anticipates the pitch
+of the first note(s) of the following line and thus helps the player
+or singer to manage line breaks during performance, thus enhancing
+readability of a score.
 
 Custodes were frequently used in music notation until the 17th century.
 There were different appearances for different notation styles.
@@ -4052,12 +4047,11 @@ Nowadays, they have survived only in special forms of musical notation
 such as via the @emph{editio vaticana} dating back to the beginning of
 the 20th century.
 
-For typesetting custodes, just put a @code{Custos_engraver} into the
-Staff context when declaring the @code{\paper} block, as shown in the
-following example.  In the @code{\paper} block, you can also globally
-control the appearance of the custos symbol by setting the custos
-@code{style} property.
 
+
+For typesetting custodes, just put a @internalsref{Custos_engraver} into the
+@internalsref{Staff} context when declaring the @code{\paper} block,
+as shown in the following example.
 @example
 \paper @{
   \translator @{
@@ -4067,43 +4061,48 @@ control the appearance of the custos symbol by setting the custos
   @}
 @}
 @end example
+The result looks like this:
+@lilypond
+\score {
+  \notes { c'1 \break
+        \property Staff.Custos \set #'style = #'mensural
+        d' }
+  \paper {
+    \translator {
+      \StaffContext
+      \consists Custos_engraver
+    }
+    linewidth = 4.0 \cm
+  }
+}
+@end lilypond
 
-The property can also be set locally, for example in a @code{\notes}
-block:
-
-@example
-\notes @{
-  \property Staff.Custos \override #'style = #'vaticana
-  c'1 d' e' d' \break c' d' e' d'
-@}
-@end example
-
-Currently, the following styles are supported:
+The appearance of the custos symbol is controlled by it @code{style}
+property. The styles supported are @code{vaticana}, @code{medicaea},
+@code{hufnagel} and @code{mensural}. They are demonstrated in the
+following fragment:
 
-@lilypond[26pt]
+@lilypond
 \score {
     \notes {
         \fatText
         s
-        ^\markup { "vaticana" }
-        ^\markup { \musicglyph #"custodes-vaticana-u0" }
-        s
-        ^\markup { "medicaea" }
-        ^\markup { \musicglyph #"custodes-medicaea-u0" }
-        s
-        ^\markup { "hufnagel" }
-        ^\markup { \musicglyph #"custodes-hufnagel-u0" }
-        s
-        ^\markup { "mensural" }
-        ^\markup { \musicglyph #"custodes-mensural-u0" }
+        ^\markup { \column << "vaticana" 
+                             { " " \musicglyph #"custodes-vaticana-u0" }  >>
+                  \column << "medicaea"
+                             { " " \musicglyph #"custodes-medicaea-u0" } >> 
+                  \column <<  "hufnagel"
+                              { " "\musicglyph #"custodes-hufnagel-u0" } >>
+                  \column <<  "mensural"
+                              { " " \musicglyph #"custodes-mensural-u0" } >>
+                  }
     }
     \paper {
-        linewidth = -1.0
+       raggedright = ##t 
         interscoreline = 1
         \translator {
             \ScoreContext
             \remove "Bar_number_engraver"
-            TextScript \override #'extra-X-extent = #'(-1 . 1)
         }
         \translator{
             \StaffContext
@@ -4119,14 +4118,14 @@ Currently, the following styles are supported:
 
 If the boolean property @code{adjust-if-on-staffline} is set to
 @code{#t} (which it is by default), lily typesets slightly different
-variants of the custos glyph, depending on the pitch of the custos,
-i.e. depending on the glyph being typeset either on a staffline or
-between two stafflines.  The idea is that the glyph will optically fit
-well into the staff, with the appendage on the right of the custos
-always ending at the same vertical position between two stafflines
-regardless of the pitch.  If you set @code{adjust-if-on-staffline} to
-@code{#f}, then lily takes regardless of the pitch always a glyph that
-is a compromise of the former two variants.
+variants of the custos glyph, depending on whether the custos, is
+typeset on or between stafflines.  The idea is that the glyph will
+optically fit well into the staff, with the appendage on the right of
+the custos always ending at the same vertical position between two
+stafflines regardless of the pitch.  If you set
+@code{adjust-if-on-staffline} to @code{#f}, then lily takes regardless
+of the pitch always a glyph that is a compromise of the former two
+variants.
 
 Just like stems can be attached to noteheads in two directions
 @emph{up} and @emph{down}, each custos glyph is available with its
@@ -4142,18 +4141,12 @@ will point downwards.  If set to @code{1}, the appendage will point
 upwards.  Other values such as @code{0} are reserved for future
 extensions and should not be used.
 
-Example:
+@seealso
 
-@example
-\notes @{
-    \property Staff.Custos \set #'neutral-position = #4
-    \property Staff.Custos \set #'neutral-direction = #-1
-    \property Staff.Custos \set #'adjust-if-on-staffline = ##t
 
-    ...
+@internalsref{Custos}, @inputfileref{input/test,custos-style.ly} and
+@inputfileref{input/regression,custos.ly}.
 
-@}
-@end example
 
 @node Divisiones
 @subsection Divisiones
@@ -4171,74 +4164,23 @@ can be characterized as short, medium and long pause, somewhat like
 a chant, but is also frequently used within a single
 antiphonal/responsorial chant to mark the end of each section.
 
-To use divisiones, just include the file @code{gregorian-init.ly}.  It
+@syntax
+
+To use divisiones, include the file @code{gregorian-init.ly}.  It
 contains definitions that you can apply by just inserting
-@code{\divisiominima}, @code{\divisiomaior}, @code{\divisiomaxima},
-and @code{\finalis} at proper places into your lilypond files.
+@code{\divisioMinima}, @code{\divisioMaior}, @code{\divisioMaxima},
+and @code{\finalis} at proper places in the input.  Some editions use
+@emph{virgula} or @emph{caesura} instead of divisio minima.
+Therefore, @code{gregorian-init.ly} also defines @code{\virgula} and
+@code{\caesura}.
 
-@lilypond[verbatim]
-\include "gregorian-init.ly"
-\score {
-    \notes {
-       \context Staff = staff \addlyrics \notes \transpose c c' {
-           \property Score.timing = ##f
-           \property Score.barAlways = ##t
-           \property Staff.BarLine \override #'transparent = ##t
-           \property Voice.Stem \override #'transparent = ##t
-            g4( )a g e( )f e
-            ^\markup { "divisio minima" }
-           \divisiominima
-            g4( )a g e( )f e
-            ^\markup { "divisio maior" }
-           \divisiomaior
-            g4( )a g e( )f e
-            ^\markup { "divisio maxima" }
-           \divisiomaxima
-            g4( )a g e( )f e
-            ^\markup { "finalis" }
-           \finalis
-            g4( )a g e( )f e
-       }
-       \context Lyrics = lyrics \lyrics {
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-       }
-    }
-}
-@end lilypond
 
-Some editions use @emph{virgula} or @emph{caesura} instead of divisio
-minima.  Therefore, @code{gregorian-init.ly} also defines
-@code{\virgula} and @code{\caesura}.
+@lilypondfile[notexidoc]{divisiones.ly}
 
-@lilypond[verbatim]
-\include "gregorian-init.ly"
-\score {
-    \notes {
-       \context Staff = staff \addlyrics \notes \transpose c c' {
-           \property Score.timing = ##f
-           \property Score.barAlways = ##t
-           \property Staff.BarLine \override #'transparent = ##t
-           \property Voice.Stem \override #'transparent = ##t
-            g4( )a g e( )f e
-            ^\markup { "virgula" }
-           \virgula
-            g4( )a g e( )f e
-            ^\markup { "caesura" }
-           \caesura
-            g4( )a g e( )f e
-       }
-       \context Lyrics = lyrics \lyrics {
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-           Blah blub, blah blam.
-       }
-    }
-}
-@end lilypond
+@seealso
+
+@internalsref{BreathingSign}, @internalsref{BreathingSignEvent},
+@inputfileref{input/test,divisiones.ly}, @ref{Breath marks}.
 
 @node Ligatures
 @subsection Ligatures
@@ -4257,7 +4199,7 @@ centuries: In early notation, ligatures where used for monophonic tunes
 (Gregorian chant) and very soon denoted also the way of performance in
 the sense of articulation.  With upcoming multiphony, the need for a
 metric system arised, since multiple voices of a piece have to be
-synchronized some way.  New notation systems were invented, that used
+synchronized some way.  New notation systems were invented that used
 the manifold shapes of ligatures to now denote rhythmical patterns
 (e.g. black mensural notation, mannered notation, ars nova).  With the
 invention of the metric system of the white mensural notation, the need
@@ -4267,6 +4209,8 @@ decades until they finally disappeared during the late 16th / early 17th
 century.  Still, ligatures have survived in contemporary editions of
 Gregorian chant such as the Editio Vaticana from 1905/08.
 
+@syntax
+
 Syntactically, ligatures are simply enclosed by @code{\[} and @code{\]}.
 Some ligature styles (such as Editio Vaticana) may need additional input
 syntax specific for this particular type of ligature.  By default, the
@@ -4299,20 +4243,20 @@ added in the future.
 @cindex Mensural ligatures
 @cindex White mensural ligatures
 
-Lilypond has limited support for white mensural ligatures.  The
+There is limited support for white mensural ligatures.  The
 implementation is still experimental; it currently may output strange
 warnings or even crash in some cases or produce weird results on more
 complex ligatures.  To engrave white mensural ligatures, in the paper
-block the @internalsref{MensuralLigature} engraver has to be put into
+block the @internalsref{Mensural_ligature_engraver} has to be put into
 the @internalsref{Voice} context (and you probably want to remove the
-@internalsref{LigatureBracket} engraver).  There is no additional input
-language to describe the shape of a white mensural ligature.  The shape
-is rather determined solely from the pitch and duration of the enclosed
-notes.  While this approach may take a new user quite a while to get
-accustomed, it has a great advantage: this way, lily has full musical
-information about the ligature.  This is not only required for correct
-MIDI output, but also allows for automatic transcription of the
-ligatures.
+@internalsref{Ligature_bracket_engraver}).  There is no additional
+input language to describe the shape of a white mensural ligature.
+The shape is rather determined solely from the pitch and duration of
+the enclosed notes.  While this approach may take a new user a while
+to get accustomed, it has the great advantage that the full musical
+information of the ligature is known internally.  This is not only
+required for correct MIDI output, but also allows for automatic
+transcription of the ligatures.
 
 Example:
 
@@ -4338,11 +4282,11 @@ Example:
 }
 @end lilypond
 
-Without replacing @code{Ligature_bracket_engraver} with
-@code{Mensural_ligature_engraver}, the same music transcribes to the
-following:
+Without replacing @internalsref{Ligature_bracket_engraver} with
+@internalsref{Mensural_ligature_engraver}, the same music transcribes
+to the following:
 
-@lilypond[singleline,verbatim]
+@lilypond[singleline]
 \score {
     \notes \transpose c c' {
        \property Score.timing = ##f
@@ -4362,6 +4306,8 @@ following:
 
 @cindex Basso continuo
 
+@c TODO: musicological blurb about FB
+
 LilyPond has limited support for figured bass:
 
 @lilypond[verbatim,fragment]
@@ -4398,7 +4344,7 @@ appending @code{-}, @code{!}  and @code{+}.
 @end example
 @lilypond[fragment]
   \context FiguredBass
-\figures { <4- 6+ 7!> }
+    \figures { <4- 6+ 7!> }
 @end lilypond
 
 Spaces or dashes may be inserted by using @code{_}. Brackets are
@@ -4413,19 +4359,32 @@ introduced with @code{[} and @code{]}.
 @end lilypond
 
 Although the support for figured bass may superficially resemble chord
-support, it works much simpler: in figured bass simply stores the
-numbers, and then prints the numbers you entered. There is no
-conversion to pitches, and no realizations of the bass are played in
-the MIDI file.
+support, it works much simpler.  The @code{\figures} mode simply
+stores the numbers , and @internalsref{FiguredBass} context prints
+them as entered. There is no conversion to pitches, and no
+realizations of the bass are played in the MIDI file.
 
-Internally, the code produces markup texts internally. You can use any
-of the markup text properties to override formatting. For example, the
+Internally, the code produces markup texts. You can use any of the
+markup text properties to override formatting. For example, the
 vertical spacing of the figures may be set with @code{baseline-skip}.
 
+@refbugs
+
+Slash notation for alterations is not supported.
+
 
 @node Contemporary notation
 @section Contemporary notation
 
+In the 20th century, composers have greatly expanded the musical
+vocabulary. With this expansion, many innovations in musical notation
+have been tried. For a comprehensive overview, refer to @cite{Stone
+1980} (see @ref{Literature}). In general, the use of new, innovative
+notation makes a piece harder to understand and perform and its use
+should be avoided if possible.  For this reason, support for
+contemporary notation in LilyPond is limited.
+
+
 @menu
 * Clusters::                    
 * Fermatas::                    
@@ -4447,7 +4406,7 @@ diatonic, chromatic or other scale.  In electronic music, a cluster
 (theoretically) may even cover a continuous range of pitches, thus
 resulting in coloured noise, such as pink noise.
 
-Clusters can be notated in the context of ordinary staff notation by
+Clusters can be denoted in the context of ordinary staff notation by
 engraving simple geometrical shapes that replace ordinary notation of
 notes.  Ordinary notes as musical events specify starting time and
 duration of pitches; however, the duration of a note is expressed by the
@@ -4457,80 +4416,56 @@ describes the development of a range of pitches (vertical extent) over
 time (horizontal extent).  Still, the geometrical shape of a cluster
 covers the area in wich any single pitch contained in the cluster would
 be notated as an ordinary note.  From this point of view, it is
-reasonable to specify a cluster as the envelope of a set of notes.  This
-is exactly how to construct a cluster with lilypond.
+reasonable to specify a cluster as the envelope of a set of notes.
+
+@syntax
+
+A cluster is engraved as the envelope of a set of notes. The starting
+note is marked with @code{\startCluster}, and the ending note with
+@code{\stopCluster}, e.g.,
+
+@example
+  c4-\startCluster
+     ...
+  f4-\stopCluster 
+@end example
+
+The following example (from
+@inputfileref{input/regression,cluster.ly}) shows what the result
+looks like.
+
+@lilypondfile[notexidoc]{cluster.ly}
+
+By default, @internalsref{Cluster_engraver} is in the
+@internalsref{Voice} context.  This allows putting ordinary notes and
+clusters together in the same staff, even simultaneously.  In such a
+case no attempt is made to automatically avoid collisions between
+ordinary notes and clusters.
+
+@seealso
+
+@internalsref{Cluster}, @inputfileref{input/regression,cluster.ly},
+@internalsref{Cluster_engraver}, @internalsref{ClusterEvent}.
+
+@refbugs
+
+When a cluster is active, note heads must be switched off manually using
+@code{\hideNotes}. 
+
+Music expressions like @code{< @{ g8 e8 @} a4 >} are not printed
+accurately.  Use @code{<<g a>>8 <<e a>>8} instead.
 
-@lilypond[singleline,verbatim]
-\score {
-    \context PianoStaff <
-        \context Voice = voiceI { % same as voiceII, but with ordinary notes
-            \notes \relative c' {
-                c4 f4
-                a4 <e4 d'4> | \break
-                < g8 a8 > < e8 a8 > a4 c1 < d4 b4 > e4 |
-                c4 a4 f4 g4 a4
-            }
-        }
-        \context Voice = voiceII { % same as voiceI, but with cluster notation
-            \notes \relative c' {
-
-                % hide notes, accidentals, etc.
-                \property Thread.NoteHead \set #'transparent = ##t
-                \property Voice.Stem \set #'transparent = ##t
-                \property Voice.Beam \set #'transparent = ##t
-                \property Staff.Accidental \set #'transparent = ##t
-
-                \property Voice.Cluster \set #'padding = #0.01
-                \property Voice.Cluster \set #'shape = #'ramp
-
-                c4 f4
-                \startCluster
-                a4 <e4 d'4> | \break
-                < g8 a8 > < e8 a8 > a4 c1 < d4 b4 > e4 |
-                c4 \stopCluster a4 f4 g4 a4
-            }
-        }
-    >
-}
-@end lilypond
 
-Note that the second voice differs from the first one only by the
-additional keywords @code{\startCluster} and @code{\stopCluster} and the
-fact that notes, accidentals, etc. are hidden.  A future version of
-lilypond may automatically hide notes, accidentals, etc. within the
-scope of clusters.
-
-Also note that a music expression like @code{< @{ g8 e8 @} a4 >} is
-illegal; in such a case, you can instead use the expression @code{< g8
-a8 > < e8 a8 >}.
-
-By default, cluster engraver is in the voice context.  This allows
-putting ordinary notes and clusters together in the same staff, even
-simultaneously.  However, in such a case no attempt is made to
-automatically avoid collisions between ordinary notes and clusters.
-
-The geometrical shape can be further controlled with grob properties
-@code{padding} and @code{shape}.  @code{padding} adds to the vertical
-extent of the shape (top and bottom) and is expressed in units of
-staffspace.  Since the pitch range of a single pitch is infinitely
-small, if padding is set to @code{0.0}, this possibly results in an
-invisible shape, if you,for example, say @code{ \startCluster c d e
-\endCluster}.  The default value for @code{padding} therefore is
-@code{0.25}, such that a single pitch roughly shows the same height as a
-note head.  Property @code{shape} controls how the overall shape of the
-cluster is constructed from the set of notes.  Currently supported
-values are @code{leftsided-stairs}, @code{rightsided-stairs},
-@code{centered-stairs}, and @code{ramp}.
 
 @node Fermatas
 @subsection Fermatas
 
 @cindex fermatas
 
-Currently, lilypond supports the following fermata symbols that are
-frequently used in contemporary music notation:
+The following fermata symbols,  that are frequently used in contemporary
+music notation, are supported
 
-@lilypond[singleline,verbatim]
+@lilypond[singleline]
 \score {
     \notes {
         \fatText
@@ -4561,14 +4496,13 @@ frequently used in contemporary music notation:
 See @ref{Articulations} for general instructions how to apply scripts
 such as fermatas to a @code{\notes@{@}} block.
 
-
 @node Tuning output
 @section Tuning output
 
-LilyPond tries to take as much formatting as possible out of your
-hands. Nevertheless, there are situations where it needs some help, or
-where you want to override its decisions. In this section we discuss
-ways to do just that.
+As much formatting as possible is performed
+automatically. Nevertheless, there are situations where LilyPond needs
+some help, or where you want to override its decisions. In this
+section we discuss ways to do just that.
 
 Formatting is internally done by manipulating so called objects (graphic
 objects). Each object carries with it a set of properties (object
@@ -4582,26 +4516,32 @@ affecting a whole set of objects.  Second, you can select one specific
 object, and set a object property in that object.
 
 @menu
-* Tuning groups of objects ::   
 * Tuning per object ::          
+* Tuning objects ::             
+* Outputproperty::              
 * Font selection::              
 * Text markup::                 
 @end menu
 
-@node Tuning groups of objects 
-@subsection Tuning groups of objects 
+@node Tuning per object 
+@subsection Tuning per object 
 
-@cindex object description
+@cindex \once
+Tuning a single object is most often done with @code{\once \property}. The
+form,
+@example
+        \once \property @dots{}
+@end example
+@c
+@c
 
-A object definition is a Scheme association list, that is stored in a
-context property.  By assigning to that property (using plain
-@code{\property}), you can change the resulting objects.
 
-@lilypond[verbatim, fragment,quote]
-c'4 \property Voice.NoteHead  = #'() c'4
-@end lilypond
-This mechanism is fairly crude, since you can only set, but not modify,
-the definition of an object. Also, it will thoroughly confuse LilyPond.
+
+
+@node Tuning objects 
+@subsection Tuning objects 
+
+@cindex object description
 
 The definition of an object is actually a list of default object
 properties. For example, the definition of the Stem object (available
@@ -4615,40 +4555,82 @@ in @file{scm/grob-description.scm}), includes the following definitions for
         @var{...}
 @end example
 
-You can add a property on top of the existing definition, or remove a
-property, thus overriding the system defaults:
-@lilypond[verbatim,quote]
-c'4 \property Voice.Stem \override #'thickness = #4.0
-c'4 \property Voice.Stem \revert #'thickness
-c'4
-@end lilypond
-You should balance @code{\override} and @code{\revert}. If that is too
-much work, you can use the @code{\set} shorthand. It performs a revert
-followed by an override. The following example gives exactly the same
-result as the previous one. 
-@lilypond[verbatim,quote]
-c'4 \property Voice.Stem \set #'thickness = #4.0
-c'4 \property Voice.Stem \set #'thickness = #0.8
-c'4
-@end lilypond
-If you use @code{\set}, you must explicitly restore the default.
+
+By adding variables on top of these existing definitions, the system
+defaults is overriden, and the appearance of a graphical objects is
+altered.
+
+@syntax
 
 
-Formally the syntax for these constructions is
+Changing a variable for only   one object is commonly achieved with
+@code{\once}:
+
+@example
+\once \property @var{context}.@var{grobname}
+  \override @var{symbol} = @var{value}
+@end example
+Here @var{symbol} is a Scheme expression of symbol type, @var{context}
+and @var{grobname} is a string and @var{value} is a Scheme expression.
+This command applies a setting only during one moment in the score.
+
+In the following example, only one @internalsref{Stem} object is
+changed from its original setting:
+
+@lilypond[verbatim, fragment, relative=1]
+  c4 
+  \once \property Voice.Stem \set #'thickness = #4
+  c4
+  c4
+@end lilypond
+@cindex @code{\once}
+
+For changing more objects, the same command, without @code{\once} can
+be used.
 @example
 \property @var{context}.@var{grobname} \override @var{symbol} = @var{value}
-\property @var{context}.@var{grobname} \set @var{symbol} = @var{value}
+@end example
+This command adds @code{@var{symbol} = @var{value}} to the definition
+of @var{grobname} in the context @var{context}, and this definition
+stays in place until it is removed.
+
+An existing definition may be removed by the following command
+@c
+@example
 \property @var{context}.@var{grobname} \revert @var{symbol}
 @end example
-Here @var{symbol} is a Scheme expression of symbol type, @var{context}
-and @var{grobname} are strings and @var{value} is a Scheme expression.
+@c
+All @code{\override} and @code{\revert} commands should be balanced.
+The @code{\set} shorthand, performs a revert followed by an override,
+and is often more convenient to use
 
+@example
+\property @var{context}.@var{grobname} \set @var{symbol} = @var{value}
+@end example
+
+Some examples: 
+@lilypond[verbatim,quote]
+c'4 \property Voice.Stem \override #'thickness = #4.0
+c'4
+c'4 \property Voice.Stem \revert #'thickness
+c'4
+@end lilypond
+
+The following example gives exactly the same result as the previous
+one (assuming the system default for stem thickness is 0.8).
+@c
+@lilypond[verbatim,quote]
+  c'4 \property Voice.Stem \set #'thickness = #4.0
+  c'4
+  c'4 \property Voice.Stem \set #'thickness = #0.8
+  c'4
+@end lilypond
 
 If you revert a setting which was not set in the first place, then it
 has no effect. However, if the setting was set as a system default, it
 may remove the default value, and this may give surprising results,
-including crashes.  In other words, @code{\override} and @code{\revert},
-must be carefully balanced.
+including crashes.  In other words, @code{\override} and
+@code{\revert}, must be carefully balanced.
 
 These are examples of correct nesting of @code{\override}, @code{\set},
 @code{\revert}. 
@@ -4676,10 +4658,23 @@ then you can use
 @end example
 
 For the digirati, the object description is an Scheme association
-list. Since a Scheme list is a singly linked list, we can treat it as a
-stack, and @code{\override} and @code{\revert} are just push and pop
-operations. This pushing and popping is also used for overriding
-automatic beaming settings.
+list. Since a Scheme list is a singly linked list, we can treat it as
+a stack, and @code{\override} and @code{\revert} are push and pop
+operations.  The association list is stored in a normal context
+property, hence
+@example
+ \property Voice.NoteHead  = #'() 
+@end example
+will effectively erase @internalsref{NoteHead}s from the current
+@internalsref{Voice}. However, this mechanism is not guaranteed to
+work, and may cause crashes or other anomalous behavior.
+
+@seealso
+
+@internalsref{OverrideProperty}, @internalsref{RevertProperty},
+@internalsref{PropertySet}, @internalsref{backend properties},
+@internalsref{All Graphical Objects}.
+
 
 @refbugs
 
@@ -4689,30 +4684,9 @@ The backend is not very strict in type-checking object properties. If you
 LilyPond may crash.
 
 
+@node Outputproperty
+@subsection Outputproperty
 
-
-@node Tuning per object 
-@subsection Tuning per object 
-
-@cindex \once
-Tuning a single object is most often done with @code{\property}. The
-form,
-@example
-        \once \property @dots{}
-@end example
-@c
-applies a setting only during one moment in the score:  the
-original setting for stem thickness is restored automatically in the
-following example
-@c
-@lilypond[verbatim, fragment, relative=1]
-  c4 
-  \once \property Voice.Stem \set #'thickness = #4
-  c4
-  c4
-@end lilypond
-
-@cindex \once
 @cindex \outputproperty
 
 A second way of tuning objects is the more arcane @code{\outputproperty}
@@ -4720,47 +4694,16 @@ feature.  The syntax is as follows:
 @example
 \outputproperty @var{predicate} @var{symbol} = @var{value}
 @end example
-Here @code{predicate} is a Scheme function taking a object argument, and
+Here @code{predicate} is a Scheme function taking an object argument, and
 returning a boolean.  This statement is processed by the
 @code{Output_property_engraver}.  It instructs the engraver to feed all
 objects that it sees to @var{predicate}. Whenever the predicate returns
 true, the object property @var{symbol} will be set to @var{value}.
 
-This command is only single shot, in contrast to @code{\override} and
-@code{\set}.
-
 You will need to combine this statement with @code{\context} to select
 the appropriate context to apply this to.
-
-In the following example, all note heads occurring at current staff
-level, are shifted up and right by setting their @code{extra-offset}
-property.
-
-@lilypond[fragment,verbatim,singleline]
-\relative c'' { c4
-  \context Staff \outputproperty
-  #(make-type-checker 'note-head-interface)
-  #'extra-offset = #'(0.5 . 0.75)
-  <<c e g>>8 }
-@end lilypond
-
-@cindex @code{extra-offset}
-
-In this example, the predicate checks the @code{text} object property, to
-shift only the `m.d.' text,  but not the fingering instruction "2".
-@lilypond[verbatim,singleline]
-#(define (make-text-checker text)
-   (lambda (grob) (equal? text (ly:get-grob-property grob 'text))))
-
-\score {    
-  \notes\relative c''' {
-    \property Voice.Stem \set #'direction = #1
-    \outputproperty #(make-text-checker "m.d.")
-      #'extra-offset = #'(-3.5 . -4.5)
-    a^2^"m.d."    
-  }
-}
-@end lilypond
+@inputfileref{input/regression,output-property.ly} shows an example of
+the use of @code{\outputproperty}.
 
 @refbugs
 
@@ -4768,24 +4711,30 @@ If possible, avoid this feature: the semantics are not very clean, and
 the syntax and semantics are up for rewrite.
 
 
-
-
 @node Font selection
 @subsection Font selection
 
 The most common thing to change about the appearance of fonts is
-their size. The font size of a @internalsref{Voice},
-@internalsref{Staff} or @internalsref{Thread} context, can be easily
+their size. The font size of any context can be easily
 changed by setting the @code{fontSize} property for that context:
+@c
 @lilypond[fragment,relative=1,verbatim,quote]
   c4 c4 \property Voice.fontSize = #-1
   f4 g4
 @end lilypond
- This command will not change the size of variable symbols, such as
+ This command will set @code{font-relative-size} (see below),
+ and does not change the size of variable symbols, such as
 beams or slurs.  You can use this command to get smaller symbol for
 cue notes, but that involves some more subtleties. An elaborate
 example of those is in @inputfileref{input/test,cue-notes.ly}.
 
+@cindex magnification
+
+The size of the font may be scaled with the object property
+@code{font-magnification}.  For example, @code{2.0} blows up all
+letters by a factor 2 in both directions.
+
+
 @cindex cue notes
 @cindex font size
 @cindex size
@@ -4800,6 +4749,7 @@ The font used for printing a object can be selected by setting
 @end example
 You may use any font which is available to @TeX{}, such as foreign
 fonts or fonts that do not belong to the Computer Modern font family.
+
 Font selection for the standard fonts, @TeX{}'s Computer Modern fonts,
 can also be adjusted with a more fine-grained mechanism.  By setting
 the object properties described below, you can select a different font.
@@ -4829,6 +4779,11 @@ and @code{bold}.
   with 20pt staff height, relative size -1  corresponds to 16pt staff
   height, and relative size +1 corresponds to 23 pt staff height.
 
+   There are small differences in design between fonts designed for
+different sizes, hence font-relative-size is the preferred way to
+change a font size.
+
+
 @item font-design-size
 A number indicating  the design size of the font. 
 
@@ -4837,7 +4792,7 @@ slightly different design. Smaller design sizes are relatively wider,
 which enhances readability.
 @end table
 
-For any of these properties, the value @code{*} (i.e. the @emph{symbol},
+For any of these properties, the value @code{*} (i.e. the symbol
 @code{*}, entered as @code{#'*}), acts as a wildcard. This can be used
 to override default setting, which are always present. For example:
 @example
@@ -4848,20 +4803,7 @@ to override default setting, which are always present. For example:
 
 @cindex @code{font-style}
 
-There are also pre-cooked font selection qualifiers. These are
-selected through the object property @code{font-style}.  For example,
-the style @code{finger} selects family @code{number} and relative size
-@code{-3}.  Styles available include @code{volta}, @code{finger},
-@code{tuplet}, @code{timesig}, @code{mmrest}, @code{script},
-@code{large}, @code{Large} and @code{dynamic}. The style sheets and
-tables for selecting fonts are located in @file{scm/font.scm}. Refer
-to this file for more information.
 
-@cindex magnification
-
-The size of the font may be scaled with the object property
-@code{font-magnification}.  For example, @code{2.0} blows up all
-letters by a factor 2 in both directions.
 
 @refbugs
 
@@ -4945,7 +4887,9 @@ does not contain all characters of the alphabet.
 This changes to the font used for time signatures. It only contains
 numbers and a few punctuation marks.
 @item \italic
+Changes @code{font-shape} to @code{italic}
 @item \bold
+Changes @code{font-series} to @code{bold}
 @end table
 
 @cindex raising text
@@ -4966,9 +4910,11 @@ Raising and lowering texts can be done with @code{\super} and
 @cindex \raise
 
 If you want to give an explicit amount for lowering or raising, use
-@code{\raise}.  This command takes a Scheme valued argument,
+@code{\raise}.  This command takes a Scheme valued first argument, and
+a markup object as second argument
+@c
 @lilypond[verbatim,fragment,relative=1,quote]
- c1^\markup { C \small \raise #1.0 { "9/7+" }}
+ c1^\markup { C \small \raise #1.0 \bold { "9/7+" }}
 @end lilypond
 The argument to @code{\raise} is the vertical displacement amount,
 measured in (global) staff spaces.
@@ -4977,7 +4923,8 @@ Other commands taking  single arguments include
 @table @code
 
 @item \bracket, \hbracket
- Bracket the argument markup.
+ Bracket the argument markup with normal and horizontal brackets
+respectively.
 
 @item \musicglyph
 @cindex \musicglyph
@@ -5045,13 +4992,10 @@ their center lines.
  c1^\markup { \line << a b c >> }
 @end lilypond
 
-
-
 The markup mechanism is very flexible and extensible.  Refer to
 @file{scm/new-markup.scm} for more information on extending the markup
 mode.
 
-
 @cindex metronome mark
 
 One practical application of complicated markup is to fake a metronome
@@ -5073,6 +5017,10 @@ eighthNote = \markup
 }
 @end lilypond
 
+@seealso
+
+@internalsref{Markup functions}, @file{scm/new-markup.scm}
+
 @refbugs
 
 @cindex kerning
@@ -5236,7 +5184,7 @@ and once with exaggerated corrections.
       c'4 e''4 e'4 b'4 |
       b'4 e''4 b'4 e''4|      
     }
-    \paper { linewidth = -1. } }
+    \paper { raggedright = ##t } }
 @end lilypond
 
 @cindex SpacingSpanner, overriding properties
@@ -5251,6 +5199,12 @@ must be overriden from the @code{\paper} block, e.g.
 @end example
 
 
+@seealso
+
+@internalsref{SpacingSpanner}, @internalsref{NoteSpacing},
+@internalsref{StaffSpacing}, @internalsref{SeparationItem},
+@internalsref{SeparatingGroupSpanner}.
+
 @refbugs
 
 Spacing is determined on a score wide basis. If you have a score that
@@ -5270,12 +5224,13 @@ kneed stems.
      \context Staff = down { [c8 c \translator Staff=up <<c d>> c 
 \translator Staff=down c c c] }
      >
-     \paper { linewidth = -1 }
+     \paper { raggedright = ##t }
 }
 @end lilypond
 
 
 
+
 @node Font Size
 @subsection Font size
 @cindex font size, setting
@@ -5335,6 +5290,11 @@ If you want linebreaks at regular intervals, you can use the following:
 This makes the following 28 measures (assuming 4/4 time) be broken every
 4 measures.
 
+@seealso
+
+@internalsref{BreakEvent}
+
+
 @node Page layout
 @subsection Page layout
 
@@ -5347,10 +5307,12 @@ This makes the following 28 measures (assuming 4/4 time) be broken every
 The most basic settings influencing the spacing are @code{indent} and
 @code{linewidth}. They are set in the @code{\paper} block. They
 control the indentation of the first line of music, and the lengths of
-the lines.  If @code{linewidth} set to a negative value, a single
-unjustified line is produced.  A similar effect for scores that are
-longer than one line, can be produced by setting @code{raggedright} to
-true in the @code{\paper} block.
+the lines.
+
+If  @code{raggedright} is set to true in the @code{\paper}
+block, then the lines are justified at their natural length. This
+useful for short fragments, and for checking how tight the natural
+spacing is.
 
 @cindex page layout
 @cindex vertical spacing