change Cover version no to 4
[music.git] / victoria / missa-trahe-me-post-te / sanctus.ly
index a44d5d8e61b3f0310a344583507e27bd499ab0bb..2674b6dcb84aa3ef612c882eb2f6124c900b68c9 100644 (file)
@@ -1,8 +1,8 @@
-\version "2.12.0"
+\version "2.18.0"
 #(set-global-staff-size 16)
 
-italicas=\override LyricText   #'font-shape = #'italic
-rectas=\override LyricText   #'font-shape = #'upright
+italicas=\override LyricText.font-shape = #'italic
+rectas=\override LyricText.font-shape = #'upright
 
 
 \header{
@@ -10,7 +10,7 @@ rectas=\override LyricText   #'font-shape = #'upright
   title="4. SANCTUS"
   subtitle="de la misa Trahe me post te"
   footer="Editado con LilyPond"
-  tagline="Copia: Nancho Alvarez"
+  tagline=""
   poet = "(original en claves altas)"
 }
 
@@ -18,7 +18,11 @@ rectas=\override LyricText   #'font-shape = #'upright
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
 
-global={ \key bes \major \time 2/2 }
+global={
+  \key bes \major \time 2/2 
+  \override Score.BarNumber.font-size = #2
+  \override Score.BarNumber.self-alignment-X = #LEFT
+}
 
 cantus={
   \transpose c' bes {
@@ -40,7 +44,7 @@ cantus={
     c'' c''2 a'4 |
     %15
     f' bes'2 g'4 |
-    c''4.  b'8[ a' f'] f''4 ~ |
+    c''4.  bes'8[ a' f'] f''4 ~ |
     f'' e'' d'' g'' ~ |
     g''8 f'' e'' d'' c''4 d'' ~ |
     d''8 c'' c''2 b'4 |
@@ -60,7 +64,7 @@ cantus={
     d'' c''2 b'4 |
     c''1 ~ |
     c'' ~ |
-    c'' \bar "||"
+    c'' \bar "||" \break
     \time 3/4 c''4 b' b' |
     %35
     c'' d''2 |
@@ -71,7 +75,7 @@ cantus={
     %40
     c''2. |
     R1*3/4 |
-    f''4 g'' a'' |
+    f''4 g'' g'' |
     a'' g''2 |
     f''4 d'' r |
     %45
@@ -131,7 +135,7 @@ altus={
     a'2 g'4 d' |
     e' e' f' g' |
     a'2 g' ~ |
-    g'1 \bar "||"
+    g'1 \bar "||" 
     \time 3/4 R1*3/4 |
     %35
     R1*3/4 |
@@ -156,7 +160,7 @@ altus={
     a' g' g' |
     f' c''4. b'8 |
     a'4 c''2 |
-    c''2. |
+    c''2. |
     %55
     c''
   }
@@ -182,7 +186,7 @@ altusdos={
     e'2 e'4 f' ~ |
     %15
     f'8 e' d' c' d'4 e' |
-    a a'4. b'8 c''4 |
+    a a'4. bes'8 c''4 |
     f' g' r g' |
     g' g' a' a' |
     g'2. g'4 |
@@ -254,13 +258,13 @@ tenor={
     r4 c' c' c' |
     %15
     d' g g'4. f'8 |
-    e' d' c'4. b8 a g |
+    e' d' c'4. bes8 a g |
     a f c'2 b4 |
     c'2 r |
     R1*4/4 |
     %20
     r4 c' c' c' |
-    f8 g a b c' b c' d' |
+    f8 g a bes c' bes c' d' |
     e'2 d' |
     c' b |
     a4 c' b cis' |
@@ -409,7 +413,7 @@ textoaltus=\lyricmode{
   Ho -- san -- na in ex -- cel -- _ _ _ _ sis.
   Ho -- san -- na in ex -- cel -- sis.
   Ho -- san -- na in ex -- cel -- _ _ _ _ _ sis.
-  Ho -- san -- na in __ _ _ ex -- cel -- sis.
+  Ho -- san -- na in __ _ _ ex -- cel -- sis. __
 }
 
 textoaltusdos=\lyricmode{
@@ -469,7 +473,8 @@ textobassus=\lyricmode{
 \score {
   \new ChoirStaff <<
     \new Staff = "v1" {
-      \set Staff.instrumentName = "Cantus  "
+      \set Staff.instrumentName = "Cantus"
+      \set Staff.shortInstrumentName = "C"
       \clef treble
       \new Voice = "v1" {
         \global
@@ -483,41 +488,44 @@ textobassus=\lyricmode{
         \textocantus
       }
     }
-
-    \new Staff = "v2" {
-      \set Staff.instrumentName = "Altus I  "
-      \clef treble
-      \new Voice = "v2" {
-        \global
-        \altus
+    \new ChoirStaff \with { systemStartDelimiter=#'SystemStartBrace } <<
+      \new Staff = "v2" {
+        \set Staff.instrumentName = "Altus 1"
+        \set Staff.shortInstrumentName = "A1"
+        \clef treble
+        \new Voice = "v2" {
+          \global
+          \altus
+        }
       }
-    }
-    \new Lyrics = "v2"
+      \new Lyrics = "v2"
 
-    \context Lyrics="v2" {
-      \lyricsto "v2" {
-        \textoaltus
+      \context Lyrics="v2" {
+        \lyricsto "v2" {
+          \textoaltus
+        }
       }
-    }
 
-    \new Staff = "v3" {
-      \set Staff.instrumentName = "Altus II  "
-      \clef treble
-      \new Voice = "v3" {
-        \global
-        \altusdos
+      \new Staff = "v3" {
+        \set Staff.instrumentName = "Altus 2"
+        \set Staff.shortInstrumentName = "A2"
+        \clef treble
+        \new Voice = "v3" {
+          \global
+          \altusdos
+        }
       }
-    }
-    \new Lyrics = "v3"
+      \new Lyrics = "v3"
 
-    \context Lyrics="v3" {
-      \lyricsto "v3" {
-        \textoaltusdos
+      \context Lyrics="v3" {
+        \lyricsto "v3" {
+          \textoaltusdos
+        }
       }
-    }
-
+    >>
     \new Staff = "v4" {
-      \set Staff.instrumentName = "Tenor  "
+      \set Staff.instrumentName = "Tenor"
+      \set Staff.shortInstrumentName = "T"
       \clef "G_8"
       \new Voice = "v4" {
         \global
@@ -533,7 +541,8 @@ textobassus=\lyricmode{
     }
 
     \new Staff = "v5" {
-      \set Staff.instrumentName = "Bassus  "
+      \set Staff.instrumentName = "Bassus"
+      \set Staff.shortInstrumentName = "B"
       \clef bass
       \new Voice = "v5" {
         \global
@@ -547,34 +556,31 @@ textobassus=\lyricmode{
       }
     }
   >>
-}
-
-
-\layout {
-  line-width=19.0 \cm
-  interscoreline= 0.0 \cm
-  interscorelinefill= 1.0
-  textheight= 26.3 \cm
-  %    first-page-number = no
-  \context { \Lyrics \override LyricText #'font-size = #2 }
-  %    \context { \RemoveEmptyStaffContext }
-  \context { \Score \override BarNumber #'padding = #2 }
-
-}
-
-
-
-%
-\midi {
-  \context {
-    \Score
-    tempoWholesPerMinute = #(ly:make-moment 120 4)
+  
+  \midi {  \tempo 4 = 120 }
+  
+  \layout {
+    line-width=19.0 \cm
+    interscoreline= 0.0 \cm
+    interscorelinefill= 1.0
+    textheight= 26.3 \cm
+    %  first-page-number = no
+    \context { \Lyrics \override LyricText.font-size = #2 }
+    %  \context { \Staff \RemoveEmptyStaves }
+    \context { \Score \override BarNumber.padding = #2 }
+    \context {
+      \Voice
+      \consists "Ambitus_engraver"
+    }
   }
 }
 
 
 
 
+\paper {
+  print-page-number = ##f
+}
 
 
 
@@ -608,3 +614,15 @@ to the manual for details, and update manually. convert-ly: error:
 Error while converting Stopping at last successful rule   convert-ly:
 warning: There was 1 error.
 %}
+
+
+%{
+convert-ly (GNU LilyPond) 2.18.2  convert-ly: Processing `'...
+Applying conversion: 2.12.3, 2.13.0, 2.13.1, 2.13.4, 2.13.10, 2.13.16,
+2.13.18, 2.13.20, 2.13.27, 2.13.29, 2.13.31, 2.13.36, 2.13.39,
+2.13.40, 2.13.42, 2.13.44, 2.13.46, 2.13.48, 2.13.51, 2.14.0, 2.15.7,
+2.15.9, 2.15.10, 2.15.16, 2.15.17, 2.15.18, 2.15.19, 2.15.20, 2.15.25,
+2.15.32, 2.15.39, 2.15.40, 2.15.42, 2.15.43, 2.16.0, 2.17.0, 2.17.4,
+2.17.5, 2.17.6, 2.17.11, 2.17.14, 2.17.15, 2.17.18, 2.17.19, 2.17.20,
+2.17.25, 2.17.27, 2.17.29, 2.17.97, 2.18.0
+%}