]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.15
authorfred <fred>
Mon, 18 Oct 1999 13:02:32 +0000 (13:02 +0000)
committerfred <fred>
Mon, 18 Oct 1999 13:02:32 +0000 (13:02 +0000)
Documentation/metadoc/regression-test.tely

index f945a54105efaf09bdd5f71cfdf57556fd294102..24e4d58902d680d94c8675e471ba5e01b8530972 100644 (file)
@@ -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.