+2005-01-09 Graham Percival <gperlist@shaw.ca>
+
+ * 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 <hanwen@xs4all.nl>
* VERSION (PACKAGE_NAME): release 2.5.7
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 <<
\midi { \tempo 4=60}
}
@end lilypond
-@end ignore
@subsection String quartet parts
@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