X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Ftemplates.itely;h=f5517998aae7ad160e43ad4dd60d7ad9f3633e5d;hb=05b6eb62a023e3a50f92dc6dc2268455591a83a1;hp=56231eded8821d28209a53a96f0494b28c9036fa;hpb=f6895cf1863a4e0b0f6aa35d1dc7375a3d8a26e4;p=lilypond.git diff --git a/Documentation/user/templates.itely b/Documentation/user/templates.itely index 56231eded8..f5517998aa 100644 --- a/Documentation/user/templates.itely +++ b/Documentation/user/templates.itely @@ -35,7 +35,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.11.15" +\version "2.11.23" melody = \relative c' { \clef treble \key c \major @@ -60,7 +60,7 @@ automatic beaming, you'll have to change or comment out the relevant line. @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" melody = \relative c' { \clef treble \key c \major @@ -91,7 +91,7 @@ text = \lyricmode { Want to prepare a lead sheet with a melody and chords? Look no further! @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" melody = \relative c' { \clef treble \key c \major @@ -124,7 +124,7 @@ harmonies = \chordmode { This template allows you to prepare a song with melody, words, and chords. @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" melody = \relative c' { \clef treble \key c \major @@ -165,7 +165,7 @@ harmonies = \chordmode { Here is a simple piano staff. @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" upper = \relative c'' { \clef treble \key c \major @@ -199,7 +199,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.11.15" +\version "2.11.23" melody = \relative c'' { \clef treble \key c \major @@ -255,7 +255,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.11.15" +\version "2.11.23" upper = \relative c'' { \clef treble \key c \major @@ -302,7 +302,7 @@ since the template is right here, you don't have to do the tweaking yourself. @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" upper = \relative c'' { \clef treble \key c \major @@ -397,7 +397,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.11.15" +\version "2.11.23" global= { \time 4/4 @@ -457,7 +457,7 @@ contains all the music definitions. The other files -- @code{score.ly}, @verbatim %%%%% piece.ly -\version "2.11.15" +\version "2.11.23" global= { \time 4/4 @@ -503,7 +503,7 @@ music = { %%%%% score.ly -\version "2.11.15" +\version "2.11.23" \include "piece.ly" #(set-global-staff-size 14) \score { @@ -514,7 +514,7 @@ music = { %%%%% vn1.ly -\version "2.11.15" +\version "2.11.23" \include "piece.ly" \score { \keepWithTag #'vn1 \music @@ -523,7 +523,7 @@ music = { %%%%% vn2.ly -\version "2.11.15" +\version "2.11.23" \include "piece.ly" \score { \keepWithTag #'vn2 \music @@ -532,7 +532,7 @@ music = { %%%%% vla.ly -\version "2.11.15" +\version "2.11.23" \include "piece.ly" \score { \keepWithTag #'vla \music @@ -541,7 +541,7 @@ music = { %%%%% vlc.ly -\version "2.11.15" +\version "2.11.23" \include "piece.ly" \score { \keepWithTag #'vlc \music @@ -561,7 +561,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.11.15" +\version "2.11.23" global = { \key c \major \time 4/4 @@ -642,7 +642,7 @@ to the vocal notes (say, tenorMusic), then the changes will also apply to the piano reduction. @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" global = { \key c \major \time 4/4 @@ -735,7 +735,7 @@ Here all the lyrics lines are placed using @code{alignAboveContext} and @code{alignBelowContext}. @lilypond[quote,verbatim,ragged-right] -\version "2.11.15" +\version "2.11.23" global = { \key c \major \time 4/4 @@ -859,7 +859,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.11.15" +\version "2.11.23" global = { \set Score.skipBars = ##t @@ -891,7 +891,7 @@ global = { \override Voice.NoteHead #'style = #'default \override Voice.Rest #'style = #'default - % FIXME: setting printKeyCancellation back to #t must not + % TODO: setting printKeyCancellation back to #t must not % occur in the first bar after the incipit. Dto. for forceClef. % Therefore, we need an extra \skip. \skip 1*1 @@ -1079,7 +1079,7 @@ bassusLyrics = \lyricmode { \override Slur #'transparent = ##t % Comment in the below "\remove" command to allow line - % breaking also at those barlines where a note overlaps + % breaking also at those bar lines where a note overlaps % into the next bar. The command is commented out in this % short example score, but especially for large scores, you % will typically yield better line breaking and thus improve @@ -1099,7 +1099,7 @@ quarter noteheads, and special marks, indicating rests of different length. @lilypond[quote,verbatim,ragged-right] \include "gregorian-init.ly" -\version "2.11.15" +\version "2.11.23" chant = \relative c' { \set Score.timing = ##f @@ -1155,11 +1155,11 @@ is within a @code{\transpose} section. @c - maybe ask Amelie Zapf to clean it up, or whether I should just @c make whatever changes I feel like. -@c FIXME: produces a warning ; key change merge. +@c TODO: produces a warning ; key change merge. @c The `line-width' argument is for the \header. @lilypond[quote,verbatim,ragged-right,line-width] -\version "2.11.15" +\version "2.11.23" \header { title = "Song" subtitle = "(tune)" @@ -1435,7 +1435,7 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print @ The `line-width' is for \header. @li lypond[quote,verbatim,ragged-right,line-width] -\version "2.11.15" +\version "2.11.23" \header { dedication = "dedication" title = "Title"