\version "2.12.2" #(set-default-paper-size "a4") #(set-global-staff-size 17) #(ly:set-option 'point-and-click #f) ss=\once \set suggestAccidentals = ##t cresc=\markup{\italic "cresc."} dim=\markup{\italic "dim."} rit=\markup{\italic "rit."} italicas=\override LyricText #'font-shape = #'italic rectas=\override LyricText #'font-shape = #'upright htitle="Duérmete, niño chiquito" hcomposer="Bedmar" \header { title=\markup{\fontsize #3 "Duérmete, niño chiquito" } subtitle=\markup{\smaller "Comunicada a Felipe Pedrell por Dña. T.B. Alcalá de Guadaira (Sevilla)"} subsubtitle=" " composer=\markup{"Versión coral: Luis Bedmar"} poet="Armonización: Felipe Pedrell" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key c \major \time 3/4 \skip 1*3/4*18 \bar ":|" } cantus=\relative c''{ \once \override TextScript #'padding = #2 \once \override TextScript #'X-offset = #-8 s4*0^\markup{\larger "Poco lento"} b4.^\mf gis8 a4 gis a gis b4 \acciaccatura{a8} gis2 ~ gis4 r4 a b4. gis8 a4 b4 g2 a4 \acciaccatura{a8} b2 ~ b4 b \acciaccatura{a8} b4 a b a b a b ~ b b4. c8 d4 c d ~ d c b \acciaccatura{a8} gis4 r4 a b2 a4 gis2 a4 b2 d4 b2 r4 } altus=\relative c''{ \times 2/3{g8(^\mf f e)} e4 f e f e f e2 ~ e4 r f \times 2/3{g8( f e)} e4 f f4 e2 e4 e2 ~ e4 \times 2/3{g8( fis e)} e4 fis g fis g fis g ~ g \times 2/3{g8( fis e)} e4 d4 e f ~ f f f e r4 f \times 2/3{g8( f e)} e4( f) e2 f4 \times 2/3{g8( f e)} e4( f) e2 r4 } tenor=\relative c'{ b2^\mf a4 b a b a b2 ~ b4 r4 d b2 a4 d4 b2 c4 \times 2/3{b8( a g)} g4 ~ g \times 2/3{b8( a g)} g4 c4 b c b c b ~ b \times 2/3{b8( a g)} g4 a2. ~ a4 e' d b4 r d b2 a4 b2 d4 b2 a4 gis2 r4 } bassus=\relative c{ e2.^\mf e2 e4 e2. e4 r r e2. e e4 e2 e2. e2 e4 e2. e4 e e f4 e d ~ d d d e r r e e e e e r e e2 e2 r4 } textocantus=\lyricmode{ Duér -- me -- te, ni -- ño chi -- qui -- to, mi -- ra que vie -- ne la mo -- ra, pre -- gun -- tan -- do~e puer -- ta~en puer -- ta, cuar es er ni -- ño que yo -- ra, cuar es er ni -- ño que yo -- ra. } textoaltus=\lyricmode{ Duér -- me -- te, ni -- ño chi -- qui -- to, mi -- ra __ que vie -- ne la mo -- ra, pre -- gun -- tan -- do~e puer -- ta~en puer -- ta, cuar __ es er ni -- ño que yo -- ra, cuar es __ er __ ni -- ño que __ yo -- ra. } textotenor=\lyricmode{ Duer -- me ni -- ño chi -- qui -- to, mi -- ra que vie -- ne la mo -- ra, pre -- gun -- tan -- do~e puer -- ta~en puer -- ta, cuar __ es er que yo -- ra, cuar es er ni -- ño que yo -- ra. } textobassus=\lyricmode{ Duer -- me chi -- qui -- to, mi -- ra que vie -- ne pre -- gun -- tan -- do cuar es er ni -- ño que yo -- ra, cuar es er ni -- ño que yo -- ra. } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="Soprano " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> \new Staff <<\global \new Voice="v4" { \set Staff.instrumentName="Bajo " \clef "bass" \bassus } \new Lyrics \lyricsto "v4" {\textobassus } >> >> \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 = 4\mm %head-separation = 4\mm }