From: Werner Lemberg Date: Fri, 24 May 2013 09:27:41 +0000 (+0200) Subject: Doc: Avoid too long lines in PDF output (trivial fix). X-Git-Tag: release/2.17.19-1~8^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7fbd58f58dce11d8105b078447f239b68caf160;p=lilypond.git Doc: Avoid too long lines in PDF output (trivial fix). --- 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 }