From 8b5de7c9fd7251bc044b08ddeb65a19657df3200 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 9 Jan 2005 21:54:28 +0000 Subject: [PATCH] Minor fixes. --- ChangeLog | 8 ++++++++ Documentation/user/examples.itely | 16 +++++++--------- Documentation/user/notation.itely | 4 ---- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1091714c84..a38c57d07d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-09 Graham Percival + + * Documentation/user/examles.itely: attempted fix for broken + string quartet template. + + * Documentation/user/notation.itely: remove unnecessary broken + link. + 2005-01-09 Han-Wen Nienhuys * VERSION (PACKAGE_NAME): release 2.5.7 diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index c0226a5b77..095d5d5c86 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -435,41 +435,40 @@ pedal = { This template demonstrates a string quartet. It also uses a @code{\global} section for time and key signatures. -@ignore -@li lypond[quote,verbatim,raggedright] -version "2.4.0" +@lilypond[quote,verbatim,raggedright] +\version "2.4.0" global= { \time 4/4 \key c \major } -Violinone = \new Voice { \relative c''{ +violinOne = \new Voice { \relative c''{ \set Staff.instrument = "Violin 1 " c2 d e1 \bar "|." }} -Violintwo = \new Voice { \relative c''{ +violinTwo = \new Voice { \relative c''{ \set Staff.instrument = "Violin 2 " g2 f e1 \bar "|." }} -Viola = \new Voice { \relative c' { +viola = \new Voice { \relative c' { \set Staff.instrument = "Viola " \clef alto e2 d c1 \bar "|." }} -Cello = \new Voice { \relative c' { +cello = \new Voice { \relative c' { \set Staff.instrument = "Cello " \clef bass c2 b a1 -\bar "|."}} %********************************** +\bar "|."}} \score { \new StaffGroup << @@ -482,7 +481,6 @@ Cello = \new Voice { \relative c' { \midi { \tempo 4=60} } @end lilypond -@end ignore @subsection String quartet parts diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 9ca44ceeff..681731e354 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -4086,10 +4086,6 @@ Program reference: @internalsref{LyricCombineMusic}, @internalsref{Lyrics}, @internalsref{Melisma_translator}. -@c link broken: -@c Examples: @ref{Small ensembles}, - - @inputfileref{input/@/regression,lyric@/-combine@/-new@/.ly}. @c TODO: make separate section for melismata -- 2.39.5