]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Commenting input files):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 23:41:47 +0000 (23:41 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 23:41:47 +0000 (23:41 +0000)
update version numbers in doc.

ChangeLog
Documentation/user/examples.itely
Documentation/user/invoking.itely
Documentation/user/lilypond.tely
Documentation/user/putting.itely
Documentation/user/tutorial.itely

index 6b7437cb3e4cd3ecc647847725c904f1f0bdc176..8e19a4ec7d382d5bc34411f94244c986a084da8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/tutorial.itely (Commenting input files):
+       update version numbers in doc. 
+
        * scm/define-grob-interfaces.scm (multi-measure-interface): add
        bound-padding to multi-measure-interface
 
index 8946b4855e7b39d42094e83308ae66829ff9ceb4..2c0f69cc5b5d882d07effe2c6239da8e209bc197 100644 (file)
@@ -28,7 +28,7 @@ instrument or a melodic fragment.  Cut and paste this into a file,
 add notes, and you're finished!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -53,7 +53,7 @@ automatic beaming, you'll have to change or comment out the relevant
 line.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -84,7 +84,7 @@ text = \lyricmode {
 Want to prepare a lead sheet with a melody and chords?  Look no further!
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -117,7 +117,7 @@ harmonies = \chordmode {
 This template allows you to prepare a song with melody, words, and chords.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c' {
    \clef treble
    \key c \major
@@ -158,7 +158,7 @@ harmonies = \chordmode {
 Here is a simple piano staff.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -192,7 +192,7 @@ Here is a typical song format: one staff with the melody and lyrics, with
 piano accompaniment underneath.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c'' {
    \clef treble
    \key c \major
@@ -248,7 +248,7 @@ Instead of having a full staff for the melody and lyrics, you can place
 the lyrics between the piano staff (and omit the separate melody staff).
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 upper = \relative c'' {
    \clef treble
    \key c \major
@@ -295,7 +295,7 @@ since the template is right here, you don't have to do the
 tweaking yourself.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 upper = \relative c'' {
   \clef treble
   \key c \major
@@ -392,7 +392,7 @@ This template demonstrates a string quartet.  It also uses a @code{\global}
 section for time and key signatures.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 
 global= {
   \time 4/4
@@ -452,7 +452,7 @@ contains all the music definitions.  The other files -- @code{score.ly},
 
 @verbatim
 %%%%% piece.ly
-\version "2.7.32"
+\version "2.7.39"
 
 global= {
   \time 4/4
@@ -498,7 +498,7 @@ music = {
 
 
 %%%%% score.ly
-\version "2.7.32"
+\version "2.7.39"
 \include "piece.ly"
 #(set-global-staff-size 14)
 \score {
@@ -509,7 +509,7 @@ music = {
 
 
 %%%%% vn1.ly
-\version "2.7.32"
+\version "2.7.39"
 \include "piece.ly"
 \score { 
   \keepWithTag #'vn1 \music
@@ -518,7 +518,7 @@ music = {
 
 
 %%%%% vn2.ly
-\version "2.7.32"
+\version "2.7.39"
 \include "piece.ly"
 \score { 
   \keepWithTag #'vn2 \music
@@ -527,7 +527,7 @@ music = {
 
 
 %%%%% vla.ly
-\version "2.7.32"
+\version "2.7.39"
 \include "piece.ly"
 \score { 
   \keepWithTag #'vla \music
@@ -536,7 +536,7 @@ music = {
 
 
 %%%%% vlc.ly
-\version "2.7.32"
+\version "2.7.39"
 \include "piece.ly"
 \score { 
   \keepWithTag #'vlc \music
@@ -556,7 +556,7 @@ parts.  For example, the time signature and key signatures are almost
 always the same for all parts.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 global = {
    \key c \major
    \time 4/4
@@ -637,7 +637,7 @@ to the vocal notes (say, tenorMusic), then the changes will also
 apply to the piano reduction.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 global = {
    \key c \major
    \time 4/4
@@ -740,7 +740,7 @@ notes.  As a compromise, bar lines are often printed between the
 staves rather than on the staves.
 
 @lilypond[quote,verbatim,line-width=11.0\cm]
-\version "2.7.32"
+\version "2.7.39"
 
 global = {
   \set Score.skipBars = ##t
@@ -978,7 +978,7 @@ is within a @code{\transpose} section.
 @c The `line-width' argument is for the \header.
 
 @lilypond[quote,verbatim,ragged-right,line-width]
-\version "2.7.32"
+\version "2.7.39"
 \header {
   title = "Song"
   subtitle = "(tune)"
@@ -1244,7 +1244,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 
 @ The `line-width' is for \header.
 @lilypond[quote,verbatim,ragged-right,line-width]
-\version "2.7.32"
+\version "2.7.39"
 \header {
   dedication = "dedication"
   title = "Title"
index cef12f28cd178d80f487962632ecbf26961f27cb..96095a9a680e9c45bf6bc65264336bc09d64378d 100644 (file)
@@ -599,7 +599,6 @@ Using Mac OSX 10.3.7, fink package lilypond-devel
 @end verbatim
 
 @lilypond[quote]
-\version "2.7.32"
 \layout { ragged-right = ##t }
 \relative c''{
   \override Accidental #'extra-offset = #'(1.0 . 0)
index 49526dd9b712ca58bdff7232edf99843ddf109b5..2ae5c1a5879c3ac6e55f7bcad62fe2c34edd3e8b 100644 (file)
@@ -9,7 +9,7 @@
 @direntry
 @ignore
 (I think)
-Current version of the manual: 2.7.23
+Current version of the manual: 2.7.39
 ****** Please update this whenever you run convert-ly on the docs.
 
 convert-ly --from=... --to=... --no-version *.itely
index d51528d56f6a509f0df52c7a755a8b43cfe02e3e..d4af541acf33d37655a60c2594370f419ff07118 100644 (file)
@@ -99,7 +99,7 @@ cello.  In this case, we would start with ``Notes and lyrics'' (for the
 soprano part).
 
 @example
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c' @{
   \clef treble
   \key c \major
@@ -128,7 +128,7 @@ text = \lyricmode @{
 Now we want to add a cello part.  Let's look at the ``Notes only'' example:
 
 @example
-\version "2.7.32"
+\version "2.7.39"
 melody = \relative c' @{
   \clef treble
   \key c \major
@@ -164,7 +164,7 @@ normally use bass clef.  We'll also give the cello some different
 notes.
 
 @example
-\version "2.7.32"
+\version "2.7.39"
 sopranoMusic = \relative c' @{
   \clef treble
   \key c \major
@@ -234,7 +234,7 @@ This looks a bit messy; the indentation is messed up now.  That is
 easily fixed.  Here's the complete soprano and cello template.
 
 @lilypond[quote,verbatim,ragged-right]
-\version "2.7.32"
+\version "2.7.39"
 sopranoMusic = \relative c' {
   \clef treble
   \key c \major
index 61a14f381883d587a84f689dbb54ea651ef1dd16..ec47f19127edb2b53269b44811b5778108ff3c8a 100644 (file)
@@ -925,7 +925,7 @@ statement marks for which version of LilyPond the file was written.
 To mark a file for version 2.6.0, use
 
 @example
-\version "2.7.32"
+\version "2.6.0"
 @end example
 
 @noindent