From 7bd594036e636c40f7c834feeb29b28e673b0aac Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 8 May 2007 02:14:50 -0700 Subject: [PATCH] Remove non-working line break example; fixed \#343. --- Documentation/user/spacing.itely | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.39.2