X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsatb-choir-template---four-staves.ly;h=8df49621015116ca335a7c364461d29d1538e22e;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=c64598cbde13aaa804b43795b622f084db4ccdf9;hpb=129ef378c53f80d45f40af27ba80ad0fb5e0a53c;p=lilypond.git diff --git a/Documentation/snippets/satb-choir-template---four-staves.ly b/Documentation/snippets/satb-choir-template---four-staves.ly index c64598cbde..8df4962101 100644 --- a/Documentation/snippets/satb-choir-template---four-staves.ly +++ b/Documentation/snippets/satb-choir-template---four-staves.ly @@ -4,29 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.12.2" +\version "2.19.2" \header { - lsrtags = "vocal-music, template" - -%% Translation of GIT committish: 144cd434d02e6d90b2fb738eeee99119a7c5e1d2 - - texidocde = " -SATB-Chorvorlage auf vier Systemen - -" - doctitlede = "SATB-Chorvorlage auf vier Systemen" - - -%% Translation of GIT committish: 092f85605dcea69efff5ef31de4ff100346d6ef8 - - 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" - + lsrtags = "template, vocal-music" texidoc = " SATB choir template (four staves) @@ -35,6 +16,7 @@ SATB choir template (four staves) doctitle = "SATB Choir template - four staves" } % begin verbatim + global = { \key c \major \time 4/4 @@ -66,29 +48,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 >> >> } -