From e7fbd58f58dce11d8105b078447f239b68caf160 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 24 May 2013 11:27:41 +0200 Subject: [PATCH] Doc: Avoid too long lines in PDF output (trivial fix). --- Documentation/notation/rhythms.itely | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 488cfd670c..50e298dde1 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -2132,7 +2132,8 @@ enclosing context will apply. @lilypond[quote, verbatim,relative=1] \new Staff { \time 7/8 - % No need to disable beamExceptions as they are not defined for 7/8 time + % No need to disable beamExceptions + % as they are not defined for 7/8 time \set Staff.beatStructure = #'(2 3 2) << \new Voice = one { @@ -2176,7 +2177,8 @@ compatible with the new value of @code{baseMoment}. @lilypond[quote,verbatim,relative=2] \time 5/8 -% No need to disable beamExceptions as they are not defined for 5/8 time +% No need to disable beamExceptions +% as they are not defined for 5/8 time \set Timing.baseMoment = #(ly:make-moment 1/16) \set Timing.beatStructure = #'(7 3) \repeat unfold 10 { a16 } -- 2.39.5