From 56bb0f94b4441aceafbeaf194e9c02f81acf350c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 16 Mar 2006 23:41:47 +0000 Subject: [PATCH] (Commenting input files): update version numbers in doc. --- ChangeLog | 3 +++ Documentation/user/examples.itely | 40 +++++++++++++++---------------- Documentation/user/invoking.itely | 1 - Documentation/user/lilypond.tely | 2 +- Documentation/user/putting.itely | 8 +++---- Documentation/user/tutorial.itely | 2 +- 6 files changed, 29 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b7437cb3e..8e19a4ec7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-17 Han-Wen Nienhuys + * 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 diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 8946b4855e..2c0f69cc5b 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -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" diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index cef12f28cd..96095a9a68 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -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) diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 49526dd9b7..2ae5c1a587 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -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 diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index d51528d56f..d4af541acf 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -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 diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 61a14f3818..ec47f19127 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -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 -- 2.39.2