\version "2.12.2" #(set-default-paper-size "a4") #(set-global-staff-size 16) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} decresc=\markup{\italic "decresc."} rit=\markup{\italic "rit."} italicas=\override LyricText #'font-shape = #'italic rectas=\override LyricText #'font-shape = #'upright htitle="Nana asturiana" hcomposer="Bedmar" \header { title=\markup{\fontsize #3 "Nana asturiana" } subtitle=\markup{\smaller "Comunicada por Eduardo Robles"} composer="Versión coral: Luis Bedmar" %De verdad es de Luis Bedmar? %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key bes \major \time 3/4 \skip 1*3/4*19 \bar ":|" } cantus=\relative c'{ \once \override Score.MetronomeMark #'X-offset = #-10 \once \override Score.MetronomeMark #'padding = #4 \tempo "Andante" 4=88 r4 r8^\p d8 d4 g4.^\cresc g8 g4 bes4. bes8 bes4^\mf c4.^\decresc c8 c4 bes2.^\pp bes4.^\fermata d,8^\p d4 g4.^\cresc g8 g4 bes4. bes8 bes4 c4.^\mf bes8 a4 bes2(^\decresc g4) fis2.^\pp d4. g8 bes4 d2 d4^\p c4.( d8 c4) bes2. a2.^\pp bes a g^\ppp } altus=\relative c'{ r4 r8^\p d8 d4 d4.^\cresc d8 d4 g4. g8 g4^\mf g4.^\decresc g8 g4 g2.^\pp g4.^\fermata d8^\p d4 d4.^\cresc d8 d4 g4. g8 g4 g4.^\mf g8 g4 g2(^\decresc ees4) d2.^\pp R1*3/4 r4 r4 bes'^\p a4.( bes8 a4) g2. d2.^\pp g2. d d^\ppp } tenor=\relative c'{ r4 r8^\p d8 d4 d4.^\cresc d8 d4 d4. d8 d4^\mf ees4.^\decresc ees8 ees4 d2.^\pp d4.^\fermata d8^\p d4 d4.^\cresc d8 d4 d4. d8 d4 ees4.^\mf d8 c4 d2(^\decresc bes4) a2.^\pp R1*3/4 r4 r d^\p d2. d d^\pp d d bes^\ppp } bassus=\relative c'{ r4 r8^\p d8 d4 bes4.^\cresc bes8 bes4 g4. g8 g4^\mf g4.^\decresc g8 g4 g2.^\pp g4.^\fermata d'8^\p d4 bes4.^\cresc bes8 bes4 g4. g8 g4 g4.^\mf g8 g4 g,2(^\decresc c4) d2.^\pp R1*3/4 r4 r g4 fis4.( e8 fis4) g2. fis^\pp g fis g^\ppp } textocantus=\lyricmode{ Duér -- me -- te fíu del al -- ma, que ve -- lo tu sue -- ñu, pa -- lom -- bi -- ca de bian -- co que non tie -- ne~a -- le -- ru. A -- go, a -- go meu ne -- ñu. A -- go, a -- go. } textocantusb=\lyricmode{ Si ve -- vie -- ra tu pa -- i que e -- ra tan güe -- nu co -- lla -- ri -- ño de pla -- ta pon -- drí -- a -- te~al cue -- llu. } textoaltus=\lyricmode{ Duér -- me -- te fíu del al -- ma, que ve -- lo tu sue -- ñu, pa -- lom -- bi -- ca de bian -- co que non tie -- ne~a -- le -- ru. meu ne -- ñu. A -- go, a -- go. } textoaltusb=\lyricmode{ Si ve -- vie -- ra tu pa -- i que e -- ra tan güe -- nu co -- lla -- ri -- ño de pla -- ta pon -- drí -- a -- te~al cue -- llu. } textotenor=\lyricmode{ Duér -- me -- te fíu del al -- ma, que ve -- lo tu sue -- ñu, pa -- lom -- bi -- ca de bian -- co que non tie -- ne~a -- le -- ru. meu ne -- ñu. A -- go, a -- go. } textotenorb=\lyricmode{ Si ve -- vie -- ra tu pa -- i que e -- ra tan güe -- nu co -- lla -- ri -- ño de pla -- ta pon -- drí -- a -- te~al cue -- llu. } textobassus=\lyricmode{ Duér -- me -- te fíu del al -- ma, que ve -- lo tu sue -- ñu, pa -- lom -- bi -- ca de bian -- co que non tie -- ne~a -- le -- ru. meu ne -- ñu. A -- go, a -- go. } textobassusb=\lyricmode{ Si ve -- vie -- ra tu pa -- i que e -- ra tan güe -- nu co -- lla -- ri -- ño de pla -- ta pon -- drí -- a -- te~al cue -- llu. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } \new Lyrics \lyricsto "v1" {\textocantusb } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textoaltus } \new Lyrics \lyricsto "v2" {\textoaltusb } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } \new Lyrics \lyricsto "v3" {\textotenorb } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } \new Lyrics \lyricsto "v4" {\textobassusb } >> >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 } \context {\Lyrics %\override LyricText #'font-size = #2 \override LyricHyphen #'minimum-distance = #0.33 } \context {\Voice %melismaBusyProperties = #'() %autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 5) } } %\midi {} } \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=3 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 2\mm %head-separation = 4\mm }