From: fred Date: Tue, 26 Mar 2002 22:24:24 +0000 (+0000) Subject: lilypond-1.1.65 X-Git-Tag: release/1.5.59~2223 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fc40446d8ea3def97daeb86af6f05080a07e2e7;p=lilypond.git lilypond-1.1.65 --- diff --git a/Documentation/tex/lilypond-regtest.doc b/Documentation/tex/lilypond-regtest.doc index 74ca05df7a..8286332d3d 100644 --- a/Documentation/tex/lilypond-regtest.doc +++ b/Documentation/tex/lilypond-regtest.doc @@ -49,6 +49,13 @@ tremolo must be parallel to the beam. If the stem is invisible \mudelafile{stem-tremolo.ly} +Abbreviation beams (official naming?) are a kind of repeat symbol. +To avoid confusion, abbreviation beams do not touch the stems, but +leave a gap. Abbreviation beams on half notes are not ambiguous, +and should touch the stems. + +\mudelafile{abbreviation-beam.sly} + Beams, stems and noteheads often have communication troubles, since the two systems for y dimensions (1 unit = staffspace, 1 unit = 1 point) are mixed. @@ -59,6 +66,10 @@ notes, and up for low notes. \mudelafile{stem-direction.sly} +Similarly, if \verb+stem_default_neutral_direction+ is set to \verb+-1+. + +\mudelafile{stem-direction-down.ly} + \section{Grace notes} Grace notes are typeset as an encapsulated piece of music. You can @@ -153,12 +164,13 @@ Folded. This doesn't make sense without alternatives, but it works. \section{Lyrics} Lyrics can be set to a melody automatically. Excess lyrics will be -dumped. Lyrics will not be set over rests. You can have melismata by -setting a property melismaBusy. If you want a different order than -first Music, then Lyrics, you must precook a chord of staffs/lyrics -and label those. Of course \verb+\rhythm+ ignores any other rhythms -in the piece. Hyphens and extenders do not assume anything about -lyric lengths, so they continue to work. +dumped. Lyrics will not be set over rests. You can have melismata +either by setting a property melismaBusy, or by setting +automaticMelismas (which will set melismas during slurs). If you want a +different order than first Music, then Lyrics, you must precook a +chord of staffs/lyrics and label those. Of course \verb+\rhythm+ +ignores any other rhythms in the piece. Hyphens and extenders do not +assume anything about lyric lengths, so they continue to work. \mudelafile{lyric-combine.ly}