]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/internals.itely (Lexical details): clarify
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 11 Jan 2004 20:50:36 +0000 (20:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 11 Jan 2004 20:50:36 +0000 (20:50 +0000)
string def.

* Documentation/user/refman.itely (Rhythmic music): add link to
RhythmicStaff

ChangeLog
Documentation/user/internals.itely
Documentation/user/refman.itely
THANKS
input/mutopia/E.Satie/petite-ouverture-a-danser.ly
lily/translator.cc

index 2989567aefaab59beeb2e396b86012aceb1cb3df..a49f4aa01047b274dc642d2548ae63214492042f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * 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   <hanwen@xs4all.nl>
 
+       * lily/translator.cc: document start_translation_timestep()
+
        * scm/output-tex.scm (tex-encoded-fontswitch): use
        round for rounding (inexact->exact yields rationals)
 
index d8d9d3d14b51653b1b85e63747940fda05d64771..6d3c2ab7afa02acfd0d836466a494047ad387651 100644 (file)
@@ -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
index cbbb3f3d0aada859d3aef11ac442070fa28e0fda..7a2f755ac9f61554d9e44d782760c3ee4b71f2e7 100644 (file)
@@ -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 8d37806f134fb0dbe8afa32c7acc8c04846b969b..d41b6410a4e6966e18a1b7561393a5d33aaa7e87 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -7,6 +7,8 @@ Jos
 Thomas Willhalm
 Eric Wurbel
 Reuben Thomas
+John Williams
+
 
 Release 2.0
 ***********
index f8683b8e0bd749d016e9cbc00a2ed4e051eac1af..7794bfe524153fdd1d521cc3111456989ed732e7 100644 (file)
@@ -1,4 +1,3 @@
-#(ly:set-option 'old-relative)
 \header {
   title =       "Petite Ouverture à danser"
   subtitle =   "4"
index e27c740a039a7587f510fbd01431816f24b2852f..90cf7f7e34b7d172df156938e53fea2a590dc24f 100644 (file)
@@ -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