From 8e85f64809fcacc8f35c746d9a9bdb795a0b79b1 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 21 Jul 2005 14:53:42 +0000 Subject: [PATCH] (Top): add new feature. --- Documentation/topdocs/NEWS.tely | 15 +++++++++++++++ Documentation/user/basic-notation.itely | 1 + 2 files changed, 16 insertions(+) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 74cdbedfd5..5ba16a8abe 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -32,6 +32,21 @@ See user manual, \NAME\ @itemize @bullet +@item +If @code{skipLastLength} is set, only the last few measures of a piece +are rendered, which speeds up correcting scores. For example, setting + +@verbatim +showLastLength = R1*5 +\score { ... } +@end verbatim + +@noindent +will render only the last five measures (assuming 4/4 time signature) +of a piece. + + + @item Melismata can be specified simply in the lyrics now, eg. diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index e8e7c5c664..cda2b3e357 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -763,6 +763,7 @@ the last few measures. This is achieved by putting @verbatim showLastLength = R1*5 +\score { ... } @end verbatim @noindent -- 2.39.2