From d9295d05b7ba9f0f1fd423c7273c22d995511034 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Fri, 27 Feb 2004 13:23:34 +0000 Subject: [PATCH] refresh. --- input/test/chord-names-jazz.ly | 2 -- input/test/count-systems.ly | 16 ++++++++-------- input/test/embedded-scm.ly | 4 ++-- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/input/test/chord-names-jazz.ly b/input/test/chord-names-jazz.ly index 8ce5263cbe..c964216c8e 100644 --- a/input/test/chord-names-jazz.ly +++ b/input/test/chord-names-jazz.ly @@ -14,8 +14,6 @@ are turned off for brevity. " } -% There are three references, but only two ways to print chord names? -% Which refers to where? -HJJ chs = \notes \transpose c' c' { diff --git a/input/test/count-systems.ly b/input/test/count-systems.ly index 37a612a4b1..08734485ea 100644 --- a/input/test/count-systems.ly +++ b/input/test/count-systems.ly @@ -3,16 +3,16 @@ \header{ texidoc="@cindex Count Systems -The function which controls the printing of the system number may be also -overridden to print, for example, the number of systems or the system -number of a grob. +After a line break, some function may called by overriding +@code{after-line-breaking-callback}. This can be most useful to assertain +that a piece uses a specified number of lines; typically the number of +lines (or systems) is not engraved, but it can be printed to console when +generating the output. The number of lines may be associated either +to the number of systems or the system number of a grob. " } -% Original comment has no sense? -HJJ: -% This can be most useful to assertain that a piece uses a specified number of lines. - -%% What is the problem? -- jcn: -%% See, eg, input/mutopia/J.S.Bach/baerenreiter-sarabande.ly for +%% -- jcn: +%% See, e.g., input/mutopia/J.S.Bach/baerenreiter-sarabande.ly for %% an application: %% We want this to perfectly match the Baerenreiter spacing. diff --git a/input/test/embedded-scm.ly b/input/test/embedded-scm.ly index 46bed5bda1..f856f04b11 100644 --- a/input/test/embedded-scm.ly +++ b/input/test/embedded-scm.ly @@ -3,8 +3,8 @@ texidoc = "@cindex Embedded scm -You can embed scheme functions in your scores. While processing this -file, ``hello world'' is printed to the console. +You can embed scheme functions in your scores. While generating the +output, ``hello world'' is printed to the console. " % see also: --safe-mode } -- 2.39.5