\version "2.12.3" #(set-default-paper-size "a4") #(set-global-staff-size 24) #(ly:set-option 'point-and-click #f) htitle="Round on a well-known text" hcomposer="Ellyard" \header { title=\markup{\fontsize #3 "Round on a well-known text" } subtitle="Canon" composer="David Ellyard" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key g \major \time 2/2 \partial 4 \skip 4 \skip 1*23 \skip 2. \bar "|." } cantus=\relative c'{ b4^\markup{\box 1} e2. b4 g'2. fis8 e b'4( c8[ b]) a8[ g] fis[ e] dis1 e2 b' c a4 fis e2. dis4 e2 r4 \bar ":" \break fis^\markup{\box 2} g8 a b2 g4 e8 fis g2 a4 g2 a4 c b2 fis g2 g4 g a2 e4 e4 g fis8[ g] a4. a8 g4 b8 a g4 \bar ":" \break r^\markup{\box 3} r4 g8 fis e2 r4 b'8 a g2 r4 a8 g fis4 fis b a8 g b2 r4 b2 e,4 ~ e c2 c4 b2 b e2 r4 } textocantus=\lyricmode{ The square, the square on the hy -- po -- te -- nuse of a right -- ang -- led tri -- ang -- le is e -- qual to, is e -- qual to the sum of the squares, the sum of the squares on the two ad -- ja -- cent sides, fa la la, fa la la, fa la la, fa la la, and hey, non -- ny no! on the __ two ad -- ja -- cent sides. } \score { \new Staff <<\global \new Voice="v1" { %\set Staff.instrumentName=" " \clef "treble" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \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{ indent = 0.0 \cm 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=6 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f foot-separation = 14\mm %head-separation = 4\mm }