]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove non-working line break example; fixed \#343.
authorGraham Percival <graham@percival-music.ca>
Tue, 8 May 2007 09:14:50 +0000 (02:14 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 8 May 2007 09:14:50 +0000 (02:14 -0700)
Documentation/user/spacing.itely

index 95c42ffb7cb4981cd43ee5011b50ce744d60b156..bf6de012266ce265c97f0975e055f792b450b9b8 100644 (file)
@@ -625,21 +625,6 @@ c4 c2 c4 ~ \break % as does this break
 c4 c2 c4
 @end lilypond
 
-To allow line breaks on such bar lines, the
-@code{Forbid_line_break_engraver} can be removed from @code{Voice}
-context, like so
-
-
-@lilypond[quote,ragged-right,relative=2,fragment,verbatim]
-\new Voice \with {
-  \remove "Forbid_line_break_engraver"
-} {
-  c4 c2 c2 \break   % now the break is allowed
-  c2 c4
-}
-@end lilypond
-
-
 
 @node Page breaking
 @subsection Page breaking