From 9cc3ed5c9cf0e8a3a40961ce3f1154aff1c1ce7d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 1 Oct 2004 18:44:07 +0000 Subject: [PATCH] More small fixes. --- ChangeLog | 4 ++++ Documentation/user/notation.itely | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9b460b087..cac431d2f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-01 Graham Percival + + * Documentation/user/notation.itely: more small fixes. + 2004-10-01 Werner Lemberg * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index f31d8084d1..afc87eaeea 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -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 -- 2.39.5