\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 17.8) #(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="Nesta Rua" hcomposer="Villalobos" \header { title=\markup{\fontsize #4 \column{" " "Nesta rua" }} %subtitle = \markup{"(Esta noite)"} subsubtitle=\markup{\column{" " " " " " }} subtitle=\markup{\column{" " "(Côro a 2 vozes)"}} composer="Arr: H. Villalobos" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key c \minor \time 2/4 \partial 4 \skip 1*2/4*8 \bar "|:" \skip 1*2/4*8 \bar ":|" } cantus=\relative c''{ \override Score.MetronomeMark #'padding = #2.5 \override Score.MetronomeMark #'X-offset = #-4 \tempo \markup{"Moderato"} 4 = 56 \phrasingSlurDashed g8 g c\( c\) g ees c g' bes aes g4 d\laissezVibrer r4 g8 g d'\( d\) b g aes g ees' d c2\laissezVibrer r4 g8 g c\( c\) ees d c bes aes g bes4\( aes\)\laissezVibrer r4 g8 f g4 d'8 b g f ees d c2 ~ c8 r } altus=\relative c''{ \phrasingSlurDashed g8 f ees\( ees\) d c c ees d c b4 g\laissezVibrer r4 b8 b aes'\( g\) f d b d g f ees2\laissezVibrer r4 g8 f ees\( ees\) g f e des c bes des4\( c\)\laissezVibrer r4 ees8 d! ees4 aes8 g ees d g, g c2 ~ c8 r } textocantus=\lyricmode{ Nes -- ta ru -- a, nes -- ta ru -- a tem um bos -- que que se cha -- ma, que se cha -- ma so -- li -- dão; den -- tro de -- le, den -- tro de -- le mo -- ra~um an -- jo que rou -- bou, que rou -- bou meu co -- ra -- ção. } textocantusb=\lyricmode{ Se~eu ro -- bei, __ _ seu~eu rou -- bei teu co -- ra -- ção __ _ tu rou -- bas -- _ te, rou -- bas -- te o~meu tam -- bém; se~eu rou -- bei, __ _ se~eu rou -- bei teu co -- ra -- ção __ _ é por -- que, é por -- que te que -- ro bem. } textocantusc=\lyricmode{ Se~es -- ta ru -- a, se~es -- ta ru -- a fos -- se mi -- nha eu man -- da -- va, eu man -- da -- va la -- dri -- lhar; com pe -- dri -- nhas, com pe -- dri -- nhas de bri -- lhan -- tes pa -- ra~o meu, pa -- ra~o meu a -- mor pas -- sar. } \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 Lyrics \lyricsto "v1" {\textocantusc } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Alto " \clef "treble" \altus} \new Lyrics \lyricsto "v2" {\textocantus } \new Lyrics \lyricsto "v2" {\textocantusb } \new Lyrics \lyricsto "v2" {\textocantusc } >> >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 2) } \context {\Score \override BarNumber #'padding = #2 } \context {\Lyrics \override LyricText #'font-size = #0.8 \override LyricHyphen #'minimum-distance = #0.51 } \context {\Voice %melismaBusyProperties = #'() %autoBeaming = ##f } %\context { \RemoveEmptyStaffContext } \context {\Staff \consists Ambitus_engraver \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 5.5) } } %\midi {} } \paper{ page-limit-inter-system-space = ##t %cuando hay 6 voces page-limit-inter-system-space-factor = 1.3 %cuando hay 6 voces 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=4 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f %foot-separation = 4\mm %head-separation = 4\mm }