]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Avoid too long lines in PDF output (trivial fix).
authorWerner Lemberg <wl@gnu.org>
Fri, 24 May 2013 09:27:41 +0000 (11:27 +0200)
committerWerner Lemberg <wl@gnu.org>
Fri, 24 May 2013 09:27:41 +0000 (11:27 +0200)
Documentation/notation/rhythms.itely

index 488cfd670cab289515b0db8c52044465f895cd3a..50e298dde19ae56f4f0d9f117b7d99a3aeb90958 100644 (file)
@@ -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 }