From 3023edeb19c1cc9f7a9e600da10bed71be1180cb Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 29 Jun 2008 06:25:29 -0700 Subject: [PATCH] Consistency in comments. (apparently it matters for translations?) --- Documentation/user/fundamental.itely | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index 9d402b8e70..1e95db924e 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -1071,13 +1071,13 @@ as here: } % Initiate second voice \new Voice { - % set stems, etc down + % Set stems, etc, down \voiceTwo s4 r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2 | } % Initiate third voice \new Voice { - % set stems, etc up + % Set stems, etc, up \voiceThree s1 | s4 b4 c2 | } -- 2.39.5