]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
authorCarl Sorensen <c_sorensen@byu.edu>
Fri, 2 Jan 2009 18:24:59 +0000 (11:24 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 2 Jan 2009 18:24:59 +0000 (11:24 -0700)
1  2 
Documentation/user/rhythms.itely

index cb1a999bca16ae927f09597b33d37d8d11db8b0c,21e1c66f95838f2c046447a579afc7f2cb3f20c2..5e8c128449bcb8a83b51065451da59a813f602f6
@@@ -6,7 -6,7 +6,7 @@@
      version that you are working on.  See TRANSLATION for details.
  @end ignore
  
- @c \version "2.11.61"
+ @c \version "2.12.0"
  
  @node Rhythms
  @section Rhythms
@@@ -40,23 -40,19 +40,23 @@@ This section discusses rhythms, rests, 
  
  @cindex durations, of notes
  @cindex note durations
 +@cindex length of notes
 +@cindex note lengths
  
  @funindex \longa
 +@funindex longa
  @funindex \breve
 +@funindex breve
  @funindex \maxima
 +@funindex maxima
  
 -Durations are designated by numbers and dots.
 -Durations are entered as their reciprocal values.  For example, a
 -quarter note is entered using a @code{4} (since it is a 1/4 note),
 -and a half note is entered using a @code{2} (since it is a 1/2
 -note).  For notes longer than a whole you must use the
 -@code{\longa} (a double breve) and @code{\breve} commands.
 -Durations as short as 128th notes may be specified.  Shorter values
 -are possible, but only as beamed notes.
 +Durations are designated by numbers and dots.  Durations are entered
 +as their reciprocal values.  For example, a quarter note is entered
 +using a @code{4} (since it is a 1/4 note), and a half note is entered
 +using a @code{2} (since it is a 1/2 note).  For notes longer than a
 +whole you must use the @code{\longa} (a double breve) and
 +@code{\breve} commands.  Durations as short as 128th notes may be
 +specified.  Shorter values are possible, but only as beamed notes.
  
  @c Two 64th notes are needed to obtain beams
  @lilypond[quote,verbatim,relative=2]
@@@ -91,8 -87,6 +91,8 @@@ a a a2 a a4 a a1 
  
  @cindex notes, dotted
  @cindex dotted notes
 +@cindex notes, double-dotted
 +@cindex double-dotted notes
  
  @funindex .
  
@@@ -116,11 -110,8 +116,11 @@@ duration.  For details of this and othe
  proportional notation, see @ref{Proportional notation}.
  
  @funindex \dotsUp
 +@funindex dotsUp
  @funindex \dotsDown
 +@funindex dotsDown
  @funindex \dotsNeutral
 +@funindex dotsNeutral
  
  Dots are normally moved up to avoid staff lines, except in
  polyphonic situations.  Predefined commands are available to
@@@ -140,7 -131,6 +140,7 @@@ see @ref{Direction and placement}
  Music Glossary:
  @rglos{breve},
  @rglos{longa},
 +@rglos{maxima},
  @rglos{note value},
  @rglos{Duration names notes and rests}.
  
@@@ -174,9 -164,7 +174,9 @@@ rests from 128th to maxima (8 x whole) 
  
  @cindex tuplets
  @cindex triplets
 +
  @funindex \times
 +@funindex times
  
  Tuplets are made from a music expression by multiplying all the
  durations with a fraction:
@@@ -198,11 -186,8 +198,11 @@@ c4 c \times 2/3 { b4 a g 
  @end lilypond
  
  @funindex \tupletUp
 +@funindex tupletUp
  @funindex \tupletDown
 +@funindex tupletDown
  @funindex \tupletNeutral
 +@funindex tupletNeutral
  
  The automatic placement of the tuplet bracket above or below the
  notes may be overridden manually with predefined commands, for
@@@ -287,12 -272,12 +287,12 @@@ placed within tuplet brackets
  @cindex durations, scaling
  
  You can alter the duration of single notes, rests or chords by a
 -fraction @code{N/M} by appending @code{*N/M} (or @code{*N} if
 -@code{M} is 1) to the duration.
 -This will not affect the appearance of the notes or rests
 -produced, but the altered duration will be used in calculating the
 -position within the measure and setting the duration in the MIDI
 -output.  Multiplying factors may be combined such as @code{*L*M/N}.
 +fraction @code{N/M} by appending @code{*N/M} (or @code{*N} if @code{M}
 +is 1) to the duration.  This will not affect the appearance of the
 +notes or rests produced, but the altered duration will be used in
 +calculating the position within the measure and setting the duration
 +in the MIDI output.  Multiplying factors may be combined such as
 +@code{*L*M/N}.
  
  In the following example, the first three notes take up exactly
  two beats, but no triplet bracket is printed.
@@@ -314,9 -299,7 +314,9 @@@ a multiplier.  This is useful for skipp
  @code{s1*23}.
  
  @cindex compressing music
 +
  @funindex \scaleDurations
 +@funindex scaleDurations
  
  Longer stretches of music may be compressed by a fraction in the
  same way, as if every note, chord or rest had the fraction as a
@@@ -359,7 -342,6 +359,7 @@@ Snippets
  @unnumberedsubsubsec Ties
  
  @cindex tie
 +
  @funindex ~
  
  A tie connects two adjacent note heads of the same pitch.  The tie
@@@ -407,14 -389,12 +407,14 @@@ the chord
  <c~ e g~ b> <c e g b>
  @end lilypond
  
 -@funindex \repeatTie
  @cindex repeating ties
  @cindex ties, repeating
  @cindex volta brackets and ties
  @cindex ties and volta brackets
  
 +@funindex \repeatTie
 +@funindex repeatTie
 +
  When a second alternative of a repeat starts with a tied note, you
  have to specify the repeated tie as follows:
  
  
  @cindex laissez vibrer
  @cindex ties, laissez vibrer
 +
  @funindex \laissezVibrer
 +@funindex laissezVibrer
  
  @notation{L.v.} ties (@notation{laissez vibrer}) indicate that
  notes must not be damped at the end.  It is used in notation for
@@@ -443,30 -421,18 +443,30 @@@ be entered as follows
  @end lilypond
  
  @cindex ties, placement
 +
  @funindex \tieUp
 +@funindex tieUp
  @funindex \tieDown
 +@funindex tieDown
  @funindex \tieNeutral
 +@funindex tieNeutral
  
  The vertical placement of ties may be controlled, see
  Predefined commands, or for details, see
  @ref{Direction and placement}.
  
  @cindex ties, appearance
 +@cindex ties, dotted
 +@cindex ties, dashed
 +@cindex dashed ties
 +@cindex dotted ties
 +
  @funindex \tieDotted
 +@funindex tieDotted
  @funindex \tieDashed
 +@funindex tieDashed
  @funindex \tieSolid
 +@funindex tieSolid
  
  Solid, dotted or dashed ties may be specified, see Predefined
  commands.
@@@ -518,6 -484,8 +518,6 @@@ well-defined.  In these cases, a slur m
  
  
  
 -
 -
  @node Writing rests
  @subsection Writing rests
  
@@@ -533,19 -501,15 +533,19 @@@ Rests are entered as part of the music 
  @unnumberedsubsubsec Rests
  @cindex rest
  @cindex rest, entering durations
 -@cindex maxima
 -@cindex longa
 -@cindex breve
 +@cindex maxima rest
 +@cindex longa rest
 +@cindex breve rest
  
  @funindex \rest
 +@funindex rest
  @funindex r
  @funindex \maxima
 +@funindex maxima
  @funindex \longa
 +@funindex longa
  @funindex \breve
 +@funindex breve
  
  Rests are entered like notes with the note name @code{r}.
  Durations longer than a whole rest use the predefined
@@@ -595,11 -559,6 +595,11 @@@ a4\rest d4\res
  
  
  @seealso
 +Music Glossary:
 +@rglos{breve},
 +@rglos{longa},
 +@rglos{maxima}.
 +
  Notation Reference:
  @ref{Full measure rests}.
  
@@@ -625,11 -584,8 +625,11 @@@ are rests from 128th to maxima (8 x who
  @cindex invisible rest
  @cindex rest, invisible
  @cindex spacer note
 +@cindex spacer rest
 +
  @funindex s
  @funindex \skip
 +@funindex skip
  
  An invisible rest (also called a @q{spacer rest}) can be entered
  like a note with the note name@tie{}@code{s}:
@@@ -691,8 -647,6 +691,8 @@@ Internals Reference: @rinternals{SkipMu
  @cindex rest, multi-measure
  @cindex rest, full-measure
  @cindex whole rest for a full measure
 +@cindex rest, whole for a full measure
 +
  @funindex R
  
  Rests for one or more full measures are entered like notes with
@@@ -707,10 -661,10 +707,10 @@@ R1*
  b2^"Tutti" b4 a4
  @end lilypond
  
 -The duration of full-measure rests is identical to the duration notation
 -used for notes.  The duration in a multi-measure rest must always be an
 -integral number of measure-lengths, so augmentation
 -dots or fractions must often be used:
 +The duration of full-measure rests is identical to the duration
 +notation used for notes.  The duration in a multi-measure rest must
 +always be an integral number of measure-lengths, so augmentation dots
 +or fractions must often be used:
  
  @lilypond[quote,fragment,verbatim]
  \compressFullBarRests
@@@ -724,8 -678,9 +724,8 @@@ R1*13/8 | R1*13/8*12 
  R4*5*4 |
  @end lilypond
  
 -A full-measure rest is printed as either a whole
 -or breve rest, centered in the measure, depending on the time
 -signature.
 +A full-measure rest is printed as either a whole or breve rest,
 +centered in the measure, depending on the time signature.
  
  @lilypond[quote,verbatim,fragment]
  \time 4/4
@@@ -735,19 -690,16 +735,19 @@@ R1*3/2 
  \time 8/4
  R1*2 |
  @end lilypond
 -@funindex \expandFullBarRests
 -@funindex \compressFullBarRests
 +
  @cindex multi-measure rest, expanding
  @cindex multi-measure rest, contracting
  
 -By default a multi-measure rest is expanded in the printed score
 -to show all the rest measures explicitly.
 -Alternatively, a mult-measure rest can be shown as a single measure
 -containing a multi-measure rest symbol, with the number of measures of rest
 -printed above the measure:
 +@funindex \expandFullBarRests
 +@funindex expandFullBarRests
 +@funindex \compressFullBarRests
 +@funindex compressFullBarRests
 +
 +By default a multi-measure rest is expanded in the printed score to
 +show all the rest measures explicitly.  Alternatively, a mult-measure
 +rest can be shown as a single measure containing a multi-measure rest
 +symbol, with the number of measures of rest printed above the measure:
  
  @lilypond[quote,fragment,verbatim]
  % Default behavior
@@@ -771,9 -723,6 +771,9 @@@ R2.*2 
  @cindex fermata on multi-measure rest
  @cindex multi-measure rest, attaching fermata
  
 +@funindex \fermataMarkup
 +@funindex fermataMarkup
 +
  Markups can be added to multi-measure rests.
  The predefined command @code{\fermataMarkup}
  is provided for adding fermatas.
@@@ -852,9 -801,6 +852,9 @@@ Internals Reference
  @rinternals{MultiMeasureRestText}.
  
  
 +@cindex fingerings and multi-measure rests
 +@cindex multi-measure rests and fingerings
 +
  @knownissues
  
  If an attempt is made to use fingerings (e.g.,
@@@ -889,9 -835,7 +889,9 @@@ Multi-measure rests do not take part i
  
  @cindex time signature
  @cindex meter
 +
  @funindex \time
 +@funindex time
  
  The time signature is set as follows:
  
  \time 3/4 c2.
  @end lilypond
  
 -@cindex Time signature, visibility of
 +@cindex time signature, visibility of
  
  Time signatures are printed at the beginning of a piece
  and whenever the time signature changes.  If a change takes place
@@@ -918,13 -862,9 +918,13 @@@ c 
  c c c c
  @end lilypond
  
 +@cindex time signature style
 +@cindex meter style
 +
  @funindex \numericTimeSignature
 +@funindex numericTimeSignature
  @funindex \defaultTimeSignature
 -@cindex time signature style
 +@funindex defaultTimeSignature
  
  The time signature symbol that is used in 2/2 and 4/4 time can be
  changed to a numeric style:
@@@ -992,9 -932,7 +992,9 @@@ Internals Reference
  @cindex pickup measure
  @cindex measure, change length
  @cindex measurePosition
 +
  @funindex \partial
 +@funindex partial
  
  Partial or pick-up measures, such as an anacrusis or upbeat, are
  entered using the @code{\partial} command, with the syntax
@@@ -1054,16 -992,13 +1054,16 @@@ odd warnings may occur
  @node Unmetered music
  @unnumberedsubsubsec Unmetered music
  
 -@funindex \cadenzaOn
 -@funindex \cadenzaOff
  @cindex bar lines, turning off
  @cindex bar numbering, turning off
  @cindex cadenza
  @cindex unmetered music
  
 +@funindex \cadenzaOn
 +@funindex cadenzaOn
 +@funindex \cadenzaOff
 +@funindex cadenzaOff
 +
  Bar lines and bar numbers are calculated automatically.  For
  unmetered music (some cadenzas, for example), this is not desirable.
  To turn off automatic calculation of bar lines and bar numbers,
@@@ -1133,17 -1068,9 +1133,17 @@@ to indicate where breaks can occur
  
  @cindex double time signatures
  @cindex signatures, polymetric
 +@cindex time signatures, polymetric
 +@cindex time signatures, double
  @cindex polymetric signatures
  @cindex meter, polymetric
  
 +@funindex timeSignatureFraction
 +@funindex \scaleDurations
 +@funindex scaleDurations
 +@funindex \times
 +@funindex times
 +
  Polymetric notation is supported, either explicitly or by modifying
  the visible time signature symbol and scaling the note durations.
  
@@@ -1158,9 -1085,6 +1158,9 @@@ signature; see @ref{Time signature}.  T
  @code{\times}, but does not create a tuplet bracket; see
  @ref{Scaling durations}.
  
 +@cindex beaming in polymetric music
 +@cindex beaming in polymetric meter
 +
  In this example, music with the time signatures of 3/4, 9/8, and
  10/8 are used in parallel.  In the second staff, shown durations
  are multiplied by 2/3, as 2/3 * 9/8 = 3/4, and in the third
@@@ -1278,9 -1202,6 +1278,9 @@@ time signatures
  @cindex notes, splitting
  @cindex splitting notes
  
 +@funindex Note_heads_engraver
 +@funindex Completion_heads_engraver
 +
  Long notes which overrun bar lines can be converted automatically
  to tied notes.  This is done by replacing the
  @code{Note_heads_engraver} with the
@@@ -1331,9 -1252,6 +1331,9 @@@ split rests
  @node Showing melody rhythms
  @unnumberedsubsubsec Showing melody rhythms
  
 +@cindex melody rhythms, showing
 +@cindex rhythms, showing melody
 +
  Sometimes you might want to show only the rhythm of a melody.  This
  can be done with the rhythmic staff.  All pitches of notes on such a
  staff are squashed, and the staff itself has a single line
  >>
  @end lilypond
  
 +@cindex guitar chord charts
 +@cindex strumming rhythms, showing
 +@cindex guitar strumming rhythms, showing
 +
 +@funindex Pitch_squash_engraver
 +@funindex \improvisationOn
 +@funindex improvisationOn
 +@funindex \improvisationOff
 +@funindex improvisationOff
 +
  Guitar chord charts often show the strumming rhythms.  This can
  be done with the @code{Pitch_squash_engraver} and
  @code{\improvisationOn}.
@@@ -1431,16 -1339,6 +1431,16 @@@ By default, beams are inserted automati
  
  @cindex beams, manual
  @cindex manual beams
 +@cindex beams, setting rules for
 +@cindex beams, custom rules for
 +
 +@funindex measureLength
 +@funindex beatLength
 +@funindex beatGrouping
 +@funindex \autoBeamOn
 +@funindex autoBeamOn
 +@funindex \autoBeamOff
 +@funindex autoBeamOff
  
  @lilypond[quote,verbatim,relative=2]
  \time 2/4 c8 c c c
@@@ -1458,6 -1356,8 +1458,6 @@@ properties, @code{measureLength}, @code
  @code{beatGrouping}.  Both the beaming rules and the context
  properties can be overridden, see @ref{Setting automatic beam behavior}.
  
 -@cindex autoBeamOn
 -@cindex autoBeamOff
  
  @warning{If beams are used to indicate melismata in songs, then automatic
  beaming should be switched off with @code{\autoBeamOff} and the beams
@@@ -1485,10 -1385,9 +1485,10 @@@ c16 c
  
  @snippets
  
 +@cindex line breaks and beams
 +@cindex beams and line breaks
 +
  @funindex breakable
 -@cindex break, line
 -@cindex line breaks
  
  @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
  {beams-across-line-breaks.ly}
@@@ -1522,6 -1421,10 +1522,6 @@@ Beams can collide with note heads and a
  @node Setting automatic beam behavior
  @unnumberedsubsubsec Setting automatic beam behavior
  
 -@funindex autoBeaming
 -@funindex autoBeamSettings
 -@funindex (end * * * *)
 -@funindex (begin * * * *)
  
  @cindex automatic beams, tuning
  @cindex tuning automatic beaming
  @cindex autobeam
  @cindex lyrics and beaming
  
 +@funindex autoBeaming
 +@funindex autoBeamSettings
 +@funindex (end * * * *)
 +@funindex (begin * * * *)
 +@funindex measureLength
 +@funindex beatLength
 +@funindex beatGrouping
 +@funindex \time
 +@funindex time
 +@funindex \set
 +@funindex set
  
  The placement of automatic beams is determined by the rules
  described in @ref{Automatic beams}.  There are two mutually
@@@ -1804,20 -1696,15 +1804,20 @@@ a a a 
  @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
  {beam-endings-in-score-context.ly}
  
 +@funindex \autoBeamOff
 +@funindex autoBeamOff
 +@funindex \autoBeamOn
 +@funindex autoBeamOn
  
  @predefined
 -@funindex \autoBeamOff
  @code{\autoBeamOff},
 -@funindex \autoBeamOn
  @code{\autoBeamOn}.
  @endpredefined
  
  
 +@cindex beam, last in score
 +@cindex beam, last in polyphonic voice
 +
  @knownissues
  
  If a score ends while an automatic beam has not been ended and is
@@@ -1836,8 -1723,6 +1836,8 @@@ Snippets
  @unnumberedsubsubsec Manual beams
  
  @cindex beams, manual
 +@cindex manual beams
 +
  @funindex ]
  @funindex [
  
@@@ -1855,9 -1740,6 +1855,9 @@@ marking the begin and end point with @c
  @end lilypond
  
  
 +@funindex \noBeam
 +@funindex noBeam
 +
  Individual notes may be marked with @code{\noBeam} to prevent them
  from being beamed:
  
@@@ -1897,10 -1779,7 +1897,10 @@@ g a
  @unnumberedsubsubsec Feathered beams
  
  @cindex beams, feathered
 +
  @funindex \featherDurations
 +@funindex featherDurations
 +@funindex grow-direction
  
  Feathered beams are used to indicate that a small group of notes
  should be played at an increasing (or decreasing) tempo, without
@@@ -1916,10 -1795,11 +1916,10 @@@ music expression delimited by braces an
  @code{featheredDurations} command which specifies the ratio
  between the durations of the first and last notes in the group.
  
 -The square brackets
 -show the extent of the beam and the braces show
 -which notes are to have their durations modified.  Normally
 -these would delimit the same group of notes, but this is not
 -required: the two commands are independent.
 +The square brackets show the extent of the beam and the braces show
 +which notes are to have their durations modified.  Normally these
 +would delimit the same group of notes, but this is not required: the
 +two commands are independent.
  
  In the following example the eight 16th notes occupy exactly the
  same time as a half note, but the first note is one half as long
@@@ -1969,12 -1849,10 +1969,12 @@@ Snippets
  @unnumberedsubsubsec Bar lines
  
  @cindex bar lines
 -@funindex \bar
  @cindex measure lines
  @cindex repeat bars
  
 +@funindex \bar
 +@funindex bar
 +
  Bar lines delimit measures, and are also used to indicate
  repeats.  Normally, simple bar lines are automatically inserted
  into the printed output at places based on the current time
@@@ -2018,18 -1896,13 +2018,18 @@@ force) a line break to occur at this po
  counter is not increased.  To force a line break see
  @ref{Line breaking}.
  
 +@cindex manual bar lines
 +@cindex manual measure lines
 +@cindex bar lines, manual
 +@cindex measure lines, manual
 +
  This and other special bar lines may be inserted manually at any
 -point.  When they coincide with the end of a measure they replace
 -the simple bar line which would have been inserted there
 -automatically.  When they do not coincide
 -with the end of a measure the specified bar line is inserted at that
 -point in the printed output.  Such insertions do not affect
 -the calculation and placement of subsequent automatic bar lines.
 +point.  When they coincide with the end of a measure they replace the
 +simple bar line which would have been inserted there automatically.
 +When they do not coincide with the end of a measure the specified bar
 +line is inserted at that point in the printed output.  Such insertions
 +do not affect the calculation and placement of subsequent automatic
 +bar lines.
  
  The simple bar line and five types of double bar line are available
  for manual insertion:
@@@ -2098,9 -1971,6 +2098,9 @@@ connected between different staves of 
  
  @funindex whichBar
  @funindex defaultBarType
 +@funindex \bar
 +@funindex bar
 +@funindex bartype
  
  The command @code{\bar }@var{bartype} is a shortcut for
  @code{\set Timing.whichBar = }@var{bartype}.  A bar line is
@@@ -2132,9 -2002,6 +2132,9 @@@ properties)
  
  @cindex bar numbers
  @cindex measure numbers
 +@cindex numbers, bar
 +@cindex numbers, measure
 +
  @funindex currentBarNumber
  
  Bar numbers are typeset by default at the start of every line except
@@@ -2152,10 -2019,9 +2152,10 @@@ c1 c c 
  
  @snippets
  
 -@funindex barNumberVisibility
  @cindex bar numbers, regular spacing
  
 +@funindex barNumberVisibility
 +
  Bar numbers can be typeset at regular intervals instead of just at
  the beginning of every line.  To do this the default behavior
  must be overridden to permit bar numbers to be printed at places
@@@ -2270,9 -2136,6 +2270,9 @@@ Snippets
  Internals Reference: @rinternals{BarNumber}.
  
  
 +@cindex bar number collision
 +@cindex collision, bar number
 +
  @knownissues
  
  Bar numbers may collide with the top of the
@@@ -2299,19 -2162,17 +2299,19 @@@ c1 c c 
  @unnumberedsubsubsec Bar and bar number checks
  
  @cindex bar check
 +@cindex bar number check
 +@cindex measure check
 +@cindex measure number check
 +
  @funindex barCheckSynchronize
  @funindex |
  
 -Bar checks help detect errors in the entered durations.
 -A bar check may be entered using the bar symbol, @code{|},
 -at any place where a bar line is expected to fall.
 -If bar check lines are encountered at other places,
 -a list of warnings is printed in the log file,
 -showing the line numbers and lines
 -in which the bar checks failed.  In the next
 -example, the second bar check will signal an error.
 +Bar checks help detect errors in the entered durations.  A bar check
 +may be entered using the bar symbol, @code{|}, at any place where a
 +bar line is expected to fall.  If bar check lines are encountered at
 +other places, a list of warnings is printed in the log file, showing
 +the line numbers and lines in which the bar checks failed.  In the
 +next example, the second bar check will signal an error.
  
  @example
  \time 3/4 c2 e4 | g2 |
@@@ -2357,9 -2218,6 +2357,9 @@@ pipeSymbol = \bar "||
  }
  @end lilypond
  
 +@funindex \barNumberCheck
 +@funindex barNumberCheck
 +
  When copying large pieces of music, it can be helpful to check
  that the LilyPond bar number corresponds to the original that you
  are entering from.  This can be checked with
@@@ -2384,9 -2242,7 +2384,9 @@@ Snippets
  
  @cindex rehearsal marks
  @cindex mark, rehearsal
 +
  @funindex \mark
 +@funindex mark
  
  To print a rehearsal mark, use the @code{\mark} command
  
@@@ -2417,9 -2273,6 +2417,9 @@@ mark manually.  The value to use is sto
  @cindex format, rehearsal mark
  @cindex mark, rehearsal, style
  @cindex mark, rehearsal, format
 +@cindex rehearsal mark, manual
 +@cindex mark, rehearsal, manual
 +@cindex custom rehearsal mark
  
  The style is defined by the property @code{markFormatter}.  It is
  a function taking the current mark (an integer) and the current
@@@ -2469,12 -2322,6 +2469,12 @@@ string
  @cindex segno
  @cindex coda
  @cindex D.S al Fine
 +@cindex fermata
 +@cindex music glyphs
 +@cindex glyphs, music
 +
 +@funindex \musicglyph
 +@funindex musicglyph
  
  Music glyphs (such as the segno sign) may be printed inside a
  @code{\mark}
@@@ -2524,14 -2371,12 +2524,14 @@@ Internals Reference: @rinternals{Rehear
  @node Grace notes
  @unnumberedsubsubsec Grace notes
  
 -@funindex \grace
  @cindex ornaments
  @cindex grace notes
  @cindex appoggiatura
  @cindex acciaccatura
  
 +@funindex \grace
 +@funindex grace
 +
  Grace notes are ornaments that are written out. Grace notes
  are printed in a smaller font and take up no logical time
  in a measure.
@@@ -2563,11 -2408,10 +2563,11 @@@ notes for every eighth grace not
     \new Staff { c2 \grace { g8[ b] } c2 } >>
  @end lilypond
  
 -@funindex \afterGrace
 -
  @cindex grace notes, following
  
 +@funindex \afterGrace
 +@funindex afterGrace
 +
  If you want to end a note with a grace, use the @code{\afterGrace}
  command.  It takes two arguments: the main note, and the grace
  notes following the main note.