]> git.donarmstrong.com Git - lilypond.git/commitdiff
More small fixes.
authorGraham Percival <graham@percival-music.ca>
Fri, 1 Oct 2004 18:44:07 +0000 (18:44 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 1 Oct 2004 18:44:07 +0000 (18:44 +0000)
ChangeLog
Documentation/user/notation.itely

index e9b460b08717ac292a9f1da11fac9f495e2d9260..cac431d2f91a7ba451742eee16e30798b7a10e15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-01  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: more small fixes.
+
 2004-10-01  Werner Lemberg  <wl@gnu.org>
 
        * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
index f31d8084d1c54ecc66dd6e14f23c68ed3980b9d1..afc87eaeeab23a865b91cb57ab9818ac4beef847 100644 (file)
@@ -3331,8 +3331,8 @@ handle this cross-staffing behavior.  In this section we discuss the
 
 @refbugs
 
-Dynamics are not centered, but workarounds do exist.  See
-@inputfileref{input/template,piano-dynamics.ly}.
+Dynamics are not centered, but workarounds do exist.  See the
+``piano centered dynamics'' template in @ref{Piano templates}.
 
 @cindex cross staff stem
 @cindex stem, cross staff
@@ -5150,6 +5150,18 @@ durations.  This can be done with augmentation dots or fractions
 An @code{R} spanning a single measure is printed as either a whole rest
 or a breve, centered in the measure regardless of the time signature.
 
+If there are only a few measures of rest, LilyPond prints ``church rests''
+(a series of rectangles) in the staff.  To replace that with a simple
+rest, use @code{MultiMeasureRest.expand-limit}.
+
+@lilypond[quote,fragment,verbatim]
+  \set Score.skipBars = ##t
+  R1*2 | R1*5 | R1*9
+  \override MultiMeasureRest #'expand-limit = 1
+  R1*2 | R1*5 | R1*9
+@end lilypond
+
+
 @cindex text on multi-measure rest
 @cindex script on multi-measure rest
 @cindex fermata on multi-measure rest