\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 18.6) #(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="In manus tuas" hcomposer="Taizé" \header { title=\markup{\column{" " " " " " \fontsize #5 "In manus tuas, Pater" }} subtitle=\markup{\column{ " " " " \fontsize #2 "Taizé" " " " " " " " " }} %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key d \major \time 4/4 \partial 8 \skip 8 \skip 1*7 \skip 2.. \bar ":|" } cantus=\relative c'{ d8 fis4 fis a a g2 fis4. \breathe fis8 b4 b b8 \noBeam a b4 cis2 cis4. \breathe cis8 d4 b cis ais b( a?) fis4. \breathe d8 g4 fis e8 \noBeam d8 e4 d2 d4. } altus=\relative c'{ d8 d4 d cis cis d4( cis) d4. \breathe d8 d4 e fis e8 \noBeam d fis2 fis4. \breathe fis8 fis4 fis g fis fis( e) d4. \breathe d8 d4 d d8 \noBeam d cis4 a2 a4. } tenor=\relative c{ fis8 a4 a a a b4( g) a4. \breathe a8 g4 g b8 \noBeam b b4 b4( cis8 b) ais4. \breathe ais8 b4 b b8( cis) cis4 d4( cis) a4. \breathe fis8 g4 b e,8 \noBeam e a4 fis2 fis4. } bassus=\relative c{ d8 d4 d fis fis e2 d4. \breathe d8 b4 e g8 \noBeam g g4 fis2 fis4. \breathe fis8 b,4 d e fis b,( cis) d4. \breathe d8 b4 g a8 \noBeam a a4 d2 d4. } textocantus=\lyricmode{ In ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um, in ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um. } textoaltus=\lyricmode{ In ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um, in ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um. } textotenor=\lyricmode{ In ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um, in ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um. } textobassus=\lyricmode{ In ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um, in ma -- nus tu -- as, Pa -- ter, com -- men -- do spi -- ri -- tum me -- um. } \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.7) } } %\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=8 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 16\mm %head-separation = 4\mm }