From: Graham Percival Date: Tue, 8 May 2007 09:14:50 +0000 (-0700) Subject: Remove non-working line break example; fixed \#343. X-Git-Tag: release/2.11.24-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7bd594036e636c40f7c834feeb29b28e673b0aac;p=lilypond.git Remove non-working line break example; fixed \#343. --- diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index 95c42ffb7c..bf6de01226 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -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