\version "2.18.0" #(set-default-paper-size "a4") #(set-global-staff-size 20) #(ly:set-option 'point-and-click #f) %nomobile italicas=\override LyricText.font-shape = #'italic rectas=\override LyricText.font-shape = #'upright ss=\once \set suggestAccidentals = ##t mtempo={\tempo 4 = 100} mtempob={\tempo 4 = 50} htitle="Ave Maria" hcomposer="Mozart" \header { title=\markup{\fontsize #3 "Ave Maria"} subtitle="Canon" subsubtitle=\markup{\null \vspace #5 } composer="W. A. Mozart" pdfauthor=\composer %opus="(-)" poet=\markup{"KV 554"} copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } \score {\transpose c' c'{ \new Staff << \new Voice="v1" \relative c''{ \key f \major \time 2/2 \mark \markup{\box{"A"}} \override Score.MetronomeMark.X-offset = #10 \override Score.MetronomeMark.padding = #1.5 \tempo \markup{"Andante"} c2( bes4 g) f2 g g2 a4 f( g a bes d c2) d8[( c]) bes[( a]) a2 g \mark \markup{\box{"B"}} %\mark \markup{\musicglyph #"scripts.segno" } R1 c2( bes4 g) e2( f4) r r4 fis( g bes a2) bes8[( a]]) g8[( f!)] f2 e \mark \markup{\box{"C"}} %\mark \markup{\musicglyph #"scripts.segno" } r2 c'2( a4 f) e2 r4 c' c f, r2 r4 e f2 bes, c2 c'( \mark \markup{\box{"D"}} %\mark \markup{\musicglyph #"scripts.segno" } a4 f) e2 f2 c4 c bes'2 a4 f'( e ees d) g, a4 f2 d'4 c1 \bar ":|." } \new Lyrics \lyricsto "v1" { A -- ve Ma -- ri -- a, a -- ve Ma -- ri -- a a -- ve __ a -- ve Ma -- ri -- a a -- ve Ma -- ri -- a Ma -- ri -- _ a, a -- ve, a -- ve Ma -- ri -- a, a -- ve, a -- _ _ ve. } >> } % 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=4 %page-count = 8 %ragged-last-bottom = ##f indent=0.0\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)) markup-system-spacing.padding = #5 top-markup-spacing.padding=#10 }