\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 17.4) #(ly:set-option 'point-and-click #f) %mobile -s16.5 -i1.5 italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright ss=\once \set suggestAccidentals = ##t mtempo={\tempo 4 = 96} mtempob={\tempo 4 = 48} htitle="Non mi stornir" hcomposer="Vecchi" \header { title=\markup{\fontsize #3 "Non mi stornir"} % mir subtitle=" " % subsubtitle=\markup{\column{" " " "}} composer="Orazio Vecchi (1550-1605)" pdfauthor=\composer %opus="(-)" %poet=\markup{} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key f \major \time 3/4 \partial 4 \skip 4 \skip 1*3/4*15 \time 4/4 \skip 1* 3 \bar "|." } altus=\relative c'{ c4 c2 c4 b2 b4 c c r r r c c8 bes c d c4 c d d e4. e8 e4 r r c d2 c4 d2 c4 d2. d d4 c bes g2 g4 a4. a8 a4 \break r8 a16 bes c4 r8 a16 bes c4 r8 a16 bes c4 r8 a16 c c8 bes a f g8. g16 a2^\fermata } tenor=\relative c'{ a4 g2 g4 f2 f4 g g r r r a a8 g a bes a4 g a b c4. c8 c4 r4 r a bes2 a4 bes2 a4 bes2. bes f4 f f e2 e4 f4. f8 f4 r4 r8 f16 g a4 r8 f16 g a4 r8 a16 bes c8 f,16 g a8 f e f e8. e16 f2^\fermata } bassus=\relative c{ f4 e2 e4 d2 d4 c c r r r f f8 e f g f4 e f g c,4. c8 c4 r r f bes,2 f'4 bes,2 f'4 bes,2. bes bes4 a bes c2 c4 f,4. f8 f4 r8 f'16 g a4 r8 f16 g a4 r8 f16 g a4 r8 d,16 e f8 bes, c d c8. c16 f,2^\fermata } % no tengo ni idea de lo que significa el texto textoaltus=\lyricmode{ Non mi stor -- nir pi~el ca -- o o Do -- ni -- no -- ni -- no -- na del Po -- stri -- bu -- lo. Che mi te sti -- mo tan -- to, co -- me le mie Pan -- to -- fo -- le... Ti -- ra -- via ti -- ra -- via ti -- ra -- via ti -- ra -- via, co le to scro -- fo -- le. } textotenor=\lyricmode{ Non mi stor -- nir pi~el ca -- o o Do -- ni -- no -- ni -- no -- na del Po -- stri -- bu -- lo. Che mi te sti -- mo tan -- to, co -- me le mie Pan -- to -- fo -- le... Ti -- ra -- via ti -- ra -- via ti -- ra -- via, ti -- ra -- via, co le to scro -- fo -- le. } textobassus=\lyricmode{ Non mi stor -- nir pi~el ca -- o o Do -- ni -- no -- ni -- no -- na del Po -- stri -- bu -- lo. Che mi te sti -- mo tan -- to, co -- me le mie Pan -- to -- fo -- le... Ti -- ra -- via ti -- ra -- via ti -- ra -- via ti -- ra -- via, co le to scro -- fo -- le. } \score {\transpose c' c'{ \new ChoirStaff<< \new Staff <<\global \new Voice="v2" { \set Staff.instrumentName="Tenor I " \clef "G_8" \altus } \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Tenor II " \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 } >> >> } % 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=1.8\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 . 12) (minimum-distance . 0) (padding . 0)) }