X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsatb-choir-template---four-staves.ly;h=001e5ed5872a3f326d73461db8eea95dc21101c7;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=491564a7ee8fc4a15858f917801edd7c841404bd;hpb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;p=lilypond.git diff --git a/Documentation/snippets/satb-choir-template---four-staves.ly b/Documentation/snippets/satb-choir-template---four-staves.ly index 491564a7ee..001e5ed587 100644 --- a/Documentation/snippets/satb-choir-template---four-staves.ly +++ b/Documentation/snippets/satb-choir-template---four-staves.ly @@ -1,47 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.19.2" \header { lsrtags = "template, vocal-music" -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - - texidoces = " -Plantilla de coro SATB (en cuatro pentagramas) - -" - doctitlees = "Plantilla de coro SATB a cuatro pentagramas" - -%% Translation of GIT committish: 34607d3e36a93030690ccd780a7ffce621ca1e0f - texidocit = " -Modello per coro SATB (quattro righi) - -" - doctitleit = "Modello per coro SATB - quattro righi" - -%% Translation of GIT committish: 144cd434d02e6d90b2fb738eeee99119a7c5e1d2 - - texidocde = " -SATB-Chorvorlage auf vier Systemen - -" - doctitlede = "SATB-Chorvorlage auf vier Systemen" - - -%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - texidocfr = " -Modèle pour chœur à quatre voix mixtes, chaque pupitre ayant sa propre -portée. - -" - doctitlefr = "Modèle pour chœur SATB sur quatre portées" - - texidoc = " SATB choir template (four staves) @@ -49,7 +16,6 @@ SATB choir template (four staves) doctitle = "SATB Choir template - four staves" } % begin verbatim - global = { \key c \major \time 4/4 @@ -81,29 +47,28 @@ basswords = \lyricmode { mi mi mi mi } \global \sopranonotes >> - \lyricsto "soprano" \new Lyrics \sopranowords + \new Lyrics \lyricsto "soprano" \sopranowords >> \new Staff << \new Voice = "alto" << \global \altonotes >> - \lyricsto "alto" \new Lyrics \altowords + \new Lyrics \lyricsto "alto" \altowords >> \new Staff << \new Voice = "tenor" << \global \tenornotes >> - \lyricsto "tenor" \new Lyrics \tenorwords + \new Lyrics \lyricsto "tenor" \tenorwords >> \new Staff << \new Voice = "bass" << \global \bassnotes >> - \lyricsto "bass" \new Lyrics \basswords + \new Lyrics \lyricsto "bass" \basswords >> >> } -