X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsatb-choir-template---four-staves.ly;h=001e5ed5872a3f326d73461db8eea95dc21101c7;hb=c4b122bf88e2aff20df5f85130e67aab73f7c5bf;hp=a1b3ece0ba3fe92a3efad8d6f4929dbd0b7e6606;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/Documentation/snippets/satb-choir-template---four-staves.ly b/Documentation/snippets/satb-choir-template---four-staves.ly index a1b3ece0ba..001e5ed587 100644 --- a/Documentation/snippets/satb-choir-template---four-staves.ly +++ b/Documentation/snippets/satb-choir-template---four-staves.ly @@ -1,29 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.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) @@ -63,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 >> >> } -