From 3f4fd6fd3233834792fa9529028a5d75bd36e48c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 11 Jan 2004 20:50:36 +0000 Subject: [PATCH] * Documentation/user/internals.itely (Lexical details): clarify string def. * Documentation/user/refman.itely (Rhythmic music): add link to RhythmicStaff --- ChangeLog | 10 ++++++++++ Documentation/user/internals.itely | 13 ++++++++----- Documentation/user/refman.itely | 7 +++++++ THANKS | 2 ++ input/mutopia/E.Satie/petite-ouverture-a-danser.ly | 1 - lily/translator.cc | 2 +- 6 files changed, 28 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2989567aef..a49f4aa010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +2004-01-11 Han-Wen Nienhuys + + * Documentation/user/internals.itely (Lexical details): clarify + string def. + + * Documentation/user/refman.itely (Rhythmic music): add link to + RhythmicStaff + 2004-01-10 Han-Wen Nienhuys + * lily/translator.cc: document start_translation_timestep() + * scm/output-tex.scm (tex-encoded-fontswitch): use round for rounding (inexact->exact yields rationals) diff --git a/Documentation/user/internals.itely b/Documentation/user/internals.itely index d8d9d3d14b..6d3c2ab7af 100644 --- a/Documentation/user/internals.itely +++ b/Documentation/user/internals.itely @@ -883,11 +883,14 @@ LilyPond input to other formats (@inputfileref{input/test,to-xml.ly}) @cindex string @cindex concatenate -Begins and ends with the @code{"} character. To include a @code{"} -character in a string write @code{\"}. Various other backslash -sequences have special interpretations as in the C language. A string -that contains no spaces can be written without the quotes. Strings can -be concatenated with the @code{+} operator. +By enclosing text in quotes (@code{"}), strings are formed. To +include a @code{"} character in a string write @code{\"}. Various +other backslash sequences have special interpretations as in the C +language. A string that does not contain spaces or special characters +can be written without the quotes. The exact form of such unquoted +strings depends on the input mode; there are different rules for +lyrics, notes and markups. Strings can be concatenated with the +@code{+} operator. @node Output details diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index cbbb3f3d0a..7a2f755ac9 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2762,6 +2762,13 @@ staff are squashed, and the staff itself has a single line: } @end lilypond +@seealso + +Internals: @internalsref{RhythmicStaff}. + +Examples: @inputfileref{input/regression,rhythmic-staff.ly}. + + @menu * Percussion staves:: * Percussion MIDI output:: diff --git a/THANKS b/THANKS index 8d37806f13..d41b6410a4 100644 --- a/THANKS +++ b/THANKS @@ -7,6 +7,8 @@ Jos Thomas Willhalm Eric Wurbel Reuben Thomas +John Williams + Release 2.0 *********** diff --git a/input/mutopia/E.Satie/petite-ouverture-a-danser.ly b/input/mutopia/E.Satie/petite-ouverture-a-danser.ly index f8683b8e0b..7794bfe524 100644 --- a/input/mutopia/E.Satie/petite-ouverture-a-danser.ly +++ b/input/mutopia/E.Satie/petite-ouverture-a-danser.ly @@ -1,4 +1,3 @@ -#(ly:set-option 'old-relative) \header { title = "Petite Ouverture à danser" subtitle = "4" diff --git a/lily/translator.cc b/lily/translator.cc index e27c740a03..90cf7f7e34 100644 --- a/lily/translator.cc +++ b/lily/translator.cc @@ -94,7 +94,7 @@ Translator:: stop_translation_timestep () - It is called before try_music() - It is called before any user information enters the translators. - (i.e. any \property is not processed yet.) + (i.e. any \property or event is not processed yet.) */ void -- 2.39.2