\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 16.4) #(ly:set-option 'point-and-click #f) %mobile -s15.5 -i2.0 italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright ss=\once \set suggestAccidentals = ##t incipitwidth = 20 mtempo={\tempo 4 = 150} mtempob={\tempo 4 = 75} htitle="No la debemos dormir" hcomposer="Anónimo" \header { title=\markup{\fontsize #4 "37. No la debemos dormir"} subtitle="Cancionero de Uppsala" % Villancico de Navidad a 4 voces subsubtitle=\markup{\null \vspace #3 } composer=\markup{\right-column{"Anónimo" \smaller "Texto: Fray Ambrosio Montesino"}} pdfauthor=\composer %opus="(-)" poet=\markup{"Venecia 1556"} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key c \major \time 3/4 \skip 1*3/4*6 \bar ".|:-||" \skip 1*3/4*4 \bar ":|." \break \skip 1*3/4*6 \bar ".|:-||" \skip 1*3/4*4 \bar ":|." \break \skip 1*3/4*12 \bar "|." } cantus=\relative c''{ r4 a b c2 b4 g2 g4 e2 d4 e4 f2 d2 c4 r4 c d e2 d4 g2 \ss fis4 g2. r4 a b % esta repeticion no aparece en el original c2 b4 g2 g4 e2 d4 e4 f2 d2 c4 r4 c d e2 d4 g2 \ss fis4 g2.^\fermata % no hay fermata en esta voz \override Score.RehearsalMark.self-alignment-X = #right \override Score.RehearsalMark.break-visibility = #'#(#t #t #f) \mark \markup{"Fin"} s4*0^\markup{"Soprano"} %notablet r4 a b % Indicacion: "Solo las coplas" c2 b4 g2 g4 e2 d4 e f2 g2. r4 a b c2 b4 g2 g4 e2 d4 e f2 g2. \mark \markup{"D.C."} } altus=\relative c'{ R1*3/4*10 % en el original hay 7 silencios r4 e g g2 g4 e2 e4 g2 g4 g a2 g2 e4 r4 e g g2 g4 e4 d2 b2.^\fermata R1*3/4*12 } tenor=\relative c'{ R1*3/4*10 % en el original hay 7 silencios r4 c d e2 d4 c2 c4 c2 b4 c2 a4 b2 g4 r4 a b c2 b4 c4 a2 g2.^\fermata R1*3/4*12 } bassus=\relative c'{ R1*3/4*10 % en el original hay 7 silencios r4 a4 g c,2 g'4 c,2 c4 c2 g'4 c,4 f2 g2 c,4 r4 a'4 g c,2 g'4 c,4 d2 g,2.^\fermata R1*3/4*12 } % el texto original es mucho mas largo % se puede consultar en el libro que mencionan en: % https://es.wikisource.org/wiki/Fray_Ambrosio_Montesino textocantus=\lyricmode{ No la de -- be -- mos dor -- mir la no -- che san -- ta no la de -- be -- mos dor -- mir. No la de -- be -- mos dor -- mir la no -- che san -- ta no la de -- be -- mos dor -- mir. La vir -- gen a so -- las pien -- sa qué ha -- rá cuan -- do~al rey de luz in -- men -- \italicas sa \rectas pa -- ri -- rá. % inmenso } textocantusb=\lyricmode{ Si de su di -- vi -- na~e -- sen -- cia tem -- bla -- rá __ _ o qué \italicas le \rectas po -- drá de -- cir. % la } textoaltus=\lyricmode{ No la de -- be -- mos dor -- mir la no -- che san -- ta no la de -- be -- mos dor -- mir. } textotenor=\lyricmode{ No la de -- be -- mos dor -- mir la no -- che san -- ta no la de -- be -- mos dor -- mir. } textobassus=\lyricmode{ No la de -- be -- mos dor -- mir la no -- che san -- ta no la de -- be -- mos dor -- mir. } incipitcantus=\markup{ \score{ { \set Staff.instrumentName="S " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c1" \key c \major \time 4/4 % pone C 3 s4*0^\markup{\hspace #-3.5 "3"} a'2 } \layout { line-width=\incipitwidth indent = 0 } } } incipitaltus=\markup{ \score{ { \set Staff.instrumentName="A " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c2" \key c \major \time 4/4 s4*0^\markup{\hspace #-3.5 "3"} e'2 } \layout { line-width=\incipitwidth indent = 0 } } } incipittenor=\markup{ \score{ { \set Staff.instrumentName="T " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-c3" \key c \major \time 4/4 s4*0^\markup{\hspace #-3.5 "3"} c'2 } \layout { line-width=\incipitwidth indent=0 } } } incipitbassus=\markup{ \score{ { \set Staff.instrumentName="B " \override NoteHead.style = #'neomensural \override Staff.TimeSignature.style = #'neomensural \cadenzaOn \clef "petrucci-f4" \key c \major \time 4/4 s4*0^\markup{\hspace #-3.5 "3"} a2 } \layout { line-width=\incipitwidth indent = 0 } } } %\layout { % \context {\Voice % \remove Ligature_bracket_engraver % \consists Mensural_ligature_engraver % } % line-width=\incipitwidth % indent = 0 %} \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName=\incipitcantus \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName=\incipitaltus \clef "treble" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName=\incipittenor \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName=\incipitbassus \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> } % transpose \layout{ \context {\Lyrics \override VerticalAxisGroup.staff-affinity = #UP \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding . 1)) \override LyricText.font-size = #1.2 \override LyricHyphen.minimum-distance = #0.5 } \context {\Score tempoHideNote = ##t \override BarNumber.padding = #2 } \context {\Voice %melismaBusyProperties = #'() %autoBeaming = ##f } \context {\Staff \RemoveEmptyStaves %\override VerticalAxisGroup.remove-first = ##t \override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 11) (minimum-distance . 0) (padding . 1)) \consists Ambitus_engraver \override LigatureBracket.padding = #1 } } %\midi { \mtempo } } \paper{ evenHeaderMarkup=\markup \fill-line { \fromproperty #'page:page-number-string \htitle \hcomposer } oddHeaderMarkup= \markup \fill-line { \on-the-fly #not-first-page \hcomposer \on-the-fly #not-first-page \htitle \on-the-fly #not-first-page \fromproperty #'page:page-number-string } %system-count=20 %page-count = 8 ragged-last-bottom = ##f indent=2.4\cm system-system-spacing = #'((basic-distance . 20) (minimum-distance . 0) (padding . 5)) top-system-spacing = % header #'((basic-distance . 8) (minimum-distance . 0) (padding . 0)) last-bottom-spacing = % footer #'((basic-distance . 16) (minimum-distance . 0) (padding . 0)) markup-system-spacing.padding = #2 }