]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/satb-choir-template---four-staves.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / satb-choir-template---four-staves.ly
index 8f73d45c449783022174cfa7d0afb838186e4c93..001e5ed5872a3f326d73461db8eea95dc21101c7 100644 (file)
@@ -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: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-
-  texidoces = "
-Plantilla de coro SATB (en cuatro pentagramas)
-
-"
-  doctitlees = "Plantilla de coro SATB a cuatro pentagramas"
-
-%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1
-  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
     >>
   >>
 }
-