]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'Rmaster' into lilypond/translation
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 31 Aug 2007 11:05:35 +0000 (13:05 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 31 Aug 2007 11:05:35 +0000 (13:05 +0200)
* Rmaster:
  Misc doc updates.
  LSR: new snippets.
  LSR: update known snippets.
  Fix #430.
  Minor fixes from mailist.
  Typo.
  Add colors to the examples on voice instantiation. Thanks Kieren!
  use GUILE_ELLIPSIS in scm-hash function signatures.
  remove convert-ly.txt from dist target
  bump version.
  strip Processing `foo' from log file
  Use GUILE's native hash tables.
  style nit
  code style cleanup for layout-set-staff-size
  Update bug hunter.
  Fix #423.

1  2 
Documentation/user/tutorial.itely

index 2bcdd07b1c6ee527ed185cf7c1aede606a0eda8b,6c8613b580f45b8ff901791f45df4aa1cc63da8a..0c2d2cfdbade111971954549a9d6bce8edc90012
@@@ -296,7 -296,7 +296,7 @@@ automatically
  If you do not specify a duration, the previous duration is used
  for the next note.  The duration of the first note defaults to a quarter.
  
 -To create @rglos{dotted notes}, add a dot @samp{.} to the duration number.
 +To create @rglos{dotted note}s, add a dot @samp{.} to the duration number.
  
  @lilypond[quote,ragged-right,verbatim]
  \relative c'' {
@@@ -696,7 -696,7 +696,7 @@@ see @ref{Phrasing slurs}
  @cindex staccato
  @subheading Articulations
  
 -Common @rglos{articulations} can be added to a note using a dash @samp{-}
 +Common @rglos{articulation}s can be added to a note using a dash @samp{-}
  and a single character:
  
  @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
@@@ -1280,20 -1280,20 +1280,20 @@@ of the manual
  @subsection Version number
  
  @cindex versioning
- The @code{\version} statement marks for which version of LilyPond the file
- was written.  To mark a file for version 2.10.1, place
+ The @code{\version} statement records the version of LilyPond that was
+ used to write the file:
  
  @example
  \version "2.11.23"
  @end example
  
  @noindent
- at the top of your LilyPond file.
by convention, this is placed at the top of your LilyPond file.
  
- These annotations make future upgrades of LilyPond go more
smoothly.  Changes in the syntax are handled with a special program,
- @file{convert-ly} (see @rprogram{Updating files with convert-ly}), and it uses
- @code{\version} to determine what rules to apply.
+ These annotations make future upgrades of LilyPond go more smoothly.
+ Changes in the syntax are handled with a special program,
+ @file{convert-ly} (see @rprogram{Updating files with convert-ly}), and
it uses @code{\version} to determine what rules to apply.
  
  
  @node Adding titles
@@@ -1494,3 -1494,6 +1494,6 @@@ used in an example, read the HTML versi
  so) and click on the picture of the music.  This will display the exact
  input that LilyPond used to generate this manual.
  
+ For information about the structure of the rest of the manual, see
+ @ref{About this manual}.