X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=victoria%2Fmissa-trahe-me-post-te%2Fgloria.ly;fp=victoria%2Fmissa-trahe-me-post-te%2Fgloria.ly;h=051cbed706d463871fd408a952cc073033cda048;hb=4b3f1a9bf3f6e6980b8f0721998c0a654d384cd6;hp=42a03efae76dc7e94902616ade58b959bd877cd7;hpb=435f08d788bbced2535ca1be86b773beeb063f8f;p=music.git diff --git a/victoria/missa-trahe-me-post-te/gloria.ly b/victoria/missa-trahe-me-post-te/gloria.ly index 42a03ef..051cbed 100644 --- a/victoria/missa-trahe-me-post-te/gloria.ly +++ b/victoria/missa-trahe-me-post-te/gloria.ly @@ -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,18 +10,26 @@ rectas=\override LyricText #'font-shape = #'upright title="2. GLORIA IN EXCELSIS DEO" subtitle="de la misa Trahe me post te" footer="Editado con LilyPond" - tagline="Copia: Nancho Alvarez" + tagline="" poet = "(original en claves altas)" } - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global={ \key bes \major \time 2/2 } +inton=\relative c { + \set Score.timing = ##f + f4 d4 f4 f4 g4 a4 bes4 g4 f2 g4 f4 d4 ees4 f4 f2 +} + +textinton = \lyricmode { + Glo -- ri -- _ a in ex -- _ cel -- _ _ sis De -- _ _ o. +} + cantus={ \transpose c' bes { R1*4/4 | @@ -54,7 +62,7 @@ cantus={ c''[ d'' e'' f''] g''4 c'' | %25 e''2 d'' ~ | - d''1 \bar "||" + d''1 \bar "||" \break r2 g'' | e''4 c'' d''2 | c''4 e''2 d''4 | @@ -71,7 +79,7 @@ cantus={ e''2 d'' | c''1 ~ %40 - c'' \bar "||" + c'' \bar "||" \break e''2 f''4 f''8 f'' | f'' e'' d''4 d'' d''8 d'' | e'' e'' e''4 e'' cis'' | @@ -507,7 +515,7 @@ textocantus=\lyricmode{ Tu so -- lus Al -- tis -- _ _ si -- mus, Je -- su Chri -- ste. __ in glo -- ri -- a De -- i Pa -- tris. - A -- _ _ _ _ _ _ men. __ _ + A -- _ _ _ _ _ _ men. __ } textoaltus=\lyricmode{ @@ -563,7 +571,7 @@ textoaltusdos=\lyricmode{ Cum San -- cto Spi -- ri -- tu in glo -- ri -- a De -- i Pa -- tris. A -- _ _ _ _ men, in glo -- ri -- a De -- i Pa -- tris. - A -- _ men. _ _ + A -- _ _ men. } textotenor=\lyricmode{ @@ -587,7 +595,7 @@ textotenor=\lyricmode{ Je -- su Chri -- ste. cum San -- cto Spi -- _ _ ri -- tu __ in glo -- ri -- a De -- i Pa -- tris. - A -- men. _ _ + A -- men. __ } textobassus=\lyricmode{ @@ -617,12 +625,44 @@ textobassus=\lyricmode{ } +\score { + \new Staff << + \new Voice = "int" { \global \inton } + \new Lyrics = "int" \lyricsto "int" \textinton + >> + \layout { + line-width=19.2 \cm + interscoreline= 0.0 \cm + interscorelinefill= 1.0 + textheight= 26.8 \cm + % first-page-number = no + \context { \Lyrics \override LyricText.font-size = #2 } + % \context { \Staff \RemoveEmptyStaves } + \context { \Score \override BarNumber.padding = #2 } + \context { + \Staff + \clef "G_8" + \remove "Time_signature_engraver" + \remove "Bar_engraver" + \hide Stem + } + \context { + \Voice + % \override Stem.length = #0 + } + \context { + \Score + barAlways = ##t + } + } +} \score { \new ChoirStaff << \new Staff = "v1" { - \set Staff.instrumentName = "Cantus " + \set Staff.instrumentName = "Cantus" + \set Staff.shortInstrumentName = "C" \clef treble \new Voice = "v1" { \global @@ -636,41 +676,46 @@ textobassus=\lyricmode{ \textocantus } } - - \new Staff = "v2" { - \set Staff.instrumentName = "Altus I " - \clef treble - \new Voice = "v2" { - \global - \altus + + \new ChoirStaff << + \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 @@ -686,7 +731,8 @@ textobassus=\lyricmode{ } \new Staff = "v5" { - \set Staff.instrumentName = "Bassus " + \set Staff.instrumentName = "Bassus" + \set Staff.shortInstrumentName = "B" \clef bass \new Voice = "v5" { \global @@ -704,27 +750,24 @@ textobassus=\lyricmode{ - \layout { - line-width=19.2 \cm - interscoreline= 0.0 \cm - interscorelinefill= 1.0 - textheight= 26.8 \cm - % first-page-number = no - \context { \Lyrics \override LyricText #'font-size = #2 } - % \context { \RemoveEmptyStaffContext } - \context { \Score \override BarNumber #'padding = #2 } +\layout { + line-width=19.2 \cm + interscoreline= 0.0 \cm + interscorelinefill= 1.0 + textheight= 26.8 \cm + % first-page-number = no + \context { \Lyrics \override LyricText.font-size = #2 } + \context { \Staff \RemoveEmptyStaves } + \context { \Score \override BarNumber.padding = #2 } - } +} - % - \midi { - \context { - \Score - tempoWholesPerMinute = #(ly:make-moment 120 4) - } - } +% +\midi { + \tempo 4 = 120 +} @@ -763,3 +806,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 +%}