]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vocal-ensemble-template-with-automatic-piano-reduction.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / vocal-ensemble-template-with-automatic-piano-reduction.ly
index 5601f66d483f73913b19da763876a75170f58e3f..dca5718ae74ec7620c92b0ccace9dadfc357a483 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.13.39"
 
 \header {
   lsrtags = "vocal-music, keyboards, template"
 
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 
 Esta plantilla añade una reducción de piano automática a la partitura
@@ -97,23 +97,23 @@ bassWords = \lyricmode {
 \score {
   <<
     \new ChoirStaff <<
-      \new Lyrics = sopranos { s1 }
-      \new Staff = women <<
-        \new Voice = sopranos { \voiceOne << \global \sopMusic >> }
-        \new Voice = altos { \voiceTwo << \global \altoMusic >> }
+      \new Lyrics = "sopranos"
+      \new Staff = "women" <<
+        \new Voice = "sopranos" { \voiceOne << \global \sopMusic >> }
+        \new Voice = "altos" { \voiceTwo << \global \altoMusic >> }
       >>
-      \new Lyrics = altos { s1 }
-      \new Lyrics = tenors { s1 }
-      \new Staff = men <<
+      \new Lyrics = "altos"
+      \new Lyrics = "tenors"
+      \new Staff = "men" <<
         \clef bass
-        \new Voice = tenors { \voiceOne <<\global \tenorMusic >> }
-        \new Voice = basses { \voiceTwo <<\global \bassMusic >> }
+        \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> }
+        \new Voice = "basses" { \voiceTwo << \global \bassMusic >> }
       >>
-      \new Lyrics = basses { s1 }
-      \context Lyrics = sopranos \lyricsto sopranos \sopWords
-      \context Lyrics = altos \lyricsto altos \altoWords
-      \context Lyrics = tenors \lyricsto tenors \tenorWords
-      \context Lyrics = basses \lyricsto basses \bassWords
+      \new Lyrics = "basses"
+      \context Lyrics = "sopranos" \lyricsto "sopranos" \sopWords
+      \context Lyrics = "altos" \lyricsto "altos" \altoWords
+      \context Lyrics = "tenors" \lyricsto "tenors" \tenorWords
+      \context Lyrics = "basses" \lyricsto "basses" \bassWords
     >>
     \new PianoStaff <<
       \new Staff <<
@@ -131,13 +131,5 @@ bassWords = \lyricmode {
       >>
     >>
   >>
-  \layout {
-    \context {
-      % a little smaller so lyrics
-      % can be closer to the staff
-      \Staff
-      \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
-    }
-  }
 }