]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/incipit.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / incipit.ly
index aa6c5507e5c18197e1df427ae3ce03bae7df330f..57876e200a7e1d0cb3d2dbf1e6cab2089f4129b7 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.11.57"
 \header {
   texidoces = "
 Los «incipit» se pueden escribir utilizando el grob del nombre del
@@ -71,7 +71,7 @@ global = {
 }
 
 discantusIncipit = <<
-  \new MensuralVoice = "discantusIncipit" <<
+  \new MensuralVoice = discantusIncipit <<
     \repeat unfold 9 { s1 \noBreak }
     {
       \clef "neomensural-c1"
@@ -108,7 +108,7 @@ discantusLyrics = \lyricmode {
 }
 
 altusIncipit = <<
-  \new MensuralVoice = "altusIncipit" <<
+  \new MensuralVoice = altusIncipit <<
     \repeat unfold 9 { s1 \noBreak }
     {
       \clef "neomensural-c3"
@@ -144,7 +144,7 @@ altusLyrics = \lyricmode {
 }
 
 tenorIncipit = <<
-  \new MensuralVoice = "tenorIncipit" <<
+  \new MensuralVoice = tenorIncipit <<
     \repeat unfold 9 { s1 \noBreak }
     {
       \clef "neomensural-c4"
@@ -181,7 +181,7 @@ tenorLyrics = \lyricmode {
 }
 
 bassusIncipit = <<
-  \new MensuralVoice = "bassusIncipit" <<
+  \new MensuralVoice = bassusIncipit <<
     \repeat unfold 9 { s1 \noBreak }
     {
       \clef "bass"
@@ -220,28 +220,27 @@ bassusLyrics = \lyricmode {
     \new StaffGroup = choirStaff <<
       \new Voice = "discantusNotes" <<
         \global
-        \set Staff.instrumentName = #"Discantus"
+        \set Staff.instrumentName = "Discantus"
         \incipit \discantusIncipit
         \discantusNotes
       >>
       \new Lyrics = "discantusLyrics" \lyricsto discantusNotes { \discantusLyrics }
       \new Voice = "altusNotes" <<
         \global
-        \set Staff.instrumentName = #"Altus"
+        \set Staff.instrumentName = "Altus"
         \incipit \altusIncipit
         \altusNotes
       >>
       \new Lyrics = "altusLyrics" \lyricsto altusNotes { \altusLyrics }
       \new Voice = "tenorNotes" <<
         \global
-        \set Staff.instrumentName = #"Tenor"
+        \set Staff.instrumentName = "Tenor"
         \incipit \tenorIncipit
         \tenorNotes
       >>
       \new Lyrics = "tenorLyrics" \lyricsto tenorNotes { \tenorLyrics }
       \new Voice = "bassusNotes" <<
-        \global
-        \set Staff.instrumentName = #"Bassus"
+        \set Staff.instrumentName = "Bassus"
         \incipit \bassusIncipit
         \bassusNotes
       >>
@@ -278,7 +277,7 @@ bassusLyrics = \lyricmode {
       %% overall spacing if you comment in the following command.
       %%\remove "Forbid_line_break_engraver"
     }
-    indent = 6\cm
+    indent=6\cm
     incipit-width = 4\cm
   }
 }