From: fred Date: Mon, 18 Oct 1999 13:02:32 +0000 (+0000) Subject: lilypond-1.2.15 X-Git-Tag: release/1.5.59~5766 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca31296395bc1ea86162e648a53461bc827b66c5;p=lilypond.git lilypond-1.2.15 --- diff --git a/Documentation/metadoc/regression-test.tely b/Documentation/metadoc/regression-test.tely index f945a54105..24e4d58902 100644 --- a/Documentation/metadoc/regression-test.tely +++ b/Documentation/metadoc/regression-test.tely @@ -162,10 +162,10 @@ Unfolded behavior: @mudelafile{repeat-unfold.ly} -Semi (un)folded behavior. Voltas can start on non-barline moments. +Volta (Semi folded) behavior. Voltas can start on non-barline moments. If they don't barlines should still be shown. -@mudelafile{repeat-semifold.ly} +@mudelafile{repeat-volta.ly} Folded. This doesn't make sense without alternatives, but it works. @@ -237,9 +237,19 @@ Loose: @mudelafile{spacing-loose.ly} +Adding a @code{Bar_engraver} to the LyricsVoice context makes sure that +lyrics don't collide with barlines. + +@mudelafile{lyrics-bar.ly} @section Global stuff +Breaks can be encouraged and discouraged using @code{\break} and +@code{\nobreak}. They are abbrevs for @code{\penalty} commands. + +@mudelafile{break.ly} + + Markings that are attached to (invisible) barlines are delicate: the are attached to the rest of the score without the score knowing it. Consequently, they fall over often.