From de84cc1ac43239d15fbd63cd2a99ca97c3879a47 Mon Sep 17 00:00:00 2001 From: Jean-Charles Malahieude Date: Sat, 12 Jul 2008 23:08:30 +0200 Subject: [PATCH] Documentation nitpicks * same labelling in examples * adapt some comments for a lazy translator --- Documentation/user/fundamental.itely | 2 +- Documentation/user/music-glossary.tely | 2 +- Documentation/user/pitches.itely | 6 +++--- Documentation/user/rhythms.itely | 2 +- Documentation/user/vocal.itely | 14 +++++++------- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index 70a2270598..b4cb7d9ba0 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -2745,7 +2745,7 @@ PedalOrganMusic = \relative c { \TimeKey \clef "bass" \new Voice { \PedalOrganMusic } - >> % end PedalOrgan Staff + >> % end PedalOrgan Staff context >> } % end Score context @end lilypond diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 82ee97a15c..ff12ff62be 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -6190,7 +6190,7 @@ to: or impossible @item alter the characteristic timbre of the instrument, for example, -to increase brilliance) +to increase brilliance @item reinforce certain sonorities or tonalities by making them available on open strings diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index 406ccd30cc..a38cbcd331 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -612,10 +612,10 @@ the notes will remain on the same scale step, the second version will print flats on the scale step above. @lilypond[verbatim,quote] -mus = \relative c' { c d e f } +music = \relative c' { c d e f } \new Staff { - \transpose c cis { \mus } - \transpose c des { \mus } + \transpose c cis { \music } + \transpose c des { \music } } @end lilypond diff --git a/Documentation/user/rhythms.itely b/Documentation/user/rhythms.itely index 78f3918004..c644863b3b 100644 --- a/Documentation/user/rhythms.itely +++ b/Documentation/user/rhythms.itely @@ -677,7 +677,7 @@ Rests for one or more full measures are entered like notes with the note name uppercase @code{R}: @lilypond[quote,fragment,verbatim,relative=2] -% Rest bars contracted to single bar +% Rest measures contracted to single measure \compressFullBarRests R1*4 R1*24 diff --git a/Documentation/user/vocal.itely b/Documentation/user/vocal.itely index 408e3d86ba..ed497c421e 100644 --- a/Documentation/user/vocal.itely +++ b/Documentation/user/vocal.itely @@ -1120,8 +1120,8 @@ text = \lyricmode { \markup { \fill-line { - \hspace #0.1 % moves the column off the left margin; can be removed if - % space on the page is tight + \hspace #0.1 % moves the column off the left margin; + % can be removed if space on the page is tight \column { \line { \bold "2." \column { @@ -1137,9 +1137,9 @@ text = \lyricmode { } } } - \hspace #0.1 % adds horizontal spacing between columns; if they are - % still too close, add more " " pairs until the result - % looks good + \hspace #0.1 % adds horizontal spacing between columns; + % if they are still too close, add more " " pairs + % until the result looks good \column { \line { \bold "4." \column { @@ -1155,8 +1155,8 @@ text = \lyricmode { } } } - \hspace #0.1 % gives some extra space on the right margin; can - % be removed if page space is tight + \hspace #0.1 % gives some extra space on the right margin; + % can be removed if page space is tight } } @end lilypond -- 2.39.5