\version "2.12.2" #(set-default-paper-size "a4") #(set-global-staff-size 16.0) #(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="Because" hcomposer="Beatles" \header { title=\markup{\fontsize #4 "Because" } composer="Lennon & McCartney" %opus="(-)" copyright=\markup{ \fill-line {"Edited by Nancho Alvarez" \typewriter "http://tomasluisdevictoria.org"} } tagline="" } global={\key e \major \time 4/4 \skip 1*10 \repeat volta 2 {\skip 1*8} \alternative {{\skip 1*2}{\skip 1}} \skip 1*5 \bar "||" \skip 1*12 \bar "|." } cantus=\relative c''{ R1*8 a1( gis2) r4 e gis4.^\markup{\raise #1 \musicglyph #"scripts.segno"} e8 cis4 gis' cis,4. cis8 e4 gis dis4. e8 a gis fis e dis2 r4 r8 dis a'2. ~ a8 \noBeam fis gis2. e4 b'2. ~ b8 a16 b a2 r^\markup {"a " \raise #1 \musicglyph #"scripts.coda"} a1( gis2) r4 e a1( \override BreathingSign #'transparent = ##t gis4) \breathe eis8 \noBeam fis gis4 eis8 \noBeam fis cis2 r r4 cis8 \noBeam dis fis4 cis8 \noBeam cis bis2 r r \once \override TextScript #'padding = #2 r4^\markup{" D.S"} e a4.^\markup{\raise #1 \musicglyph #"scripts.coda" "Coda"} g8[ fis e] d4 b'4. a8 gis?4 a8 b gis2 r R1 a4. gis8 fis e dis e dis4 e fis gis e2 r R1 b'8 a16 b ~ b a b8 a16 b8 a16 b8 a16 b a2 r a4. g8 fis e d4 b'1^\fermata } altus=\relative c'{ R1*8 fis1( f2) r4 cis e4. cis8 gis4 e' gis,4. gis8 cis4 e a,1( gis2) r4 r8 gis e'2. ~ e8 \noBeam cis8 e2. cis4 g'1( fis2) r fis1( f2) r4 cis fis1( f4) gis,8 \noBeam a b4 gis8 \noBeam a fis2 r r4 ais8 \noBeam b cis4 ais8 \noBeam b gis2 r r r4 cis fis4. e8[ d8 cis] b4 gis'4. fis8 eis4 fis8 gis e?2 r R1 fis4. e8 dis8 cis bis cis bis4 cis dis e cis2 r R1 g'2. ~ g8 fis16 g fis2 r fis4. e8 d8 cis b4 gis'1^\fermata } tenor=\relative c'{ R1*8 d1( d2) r4 gis, cis4. gis8 e4 cis' e,4. e8 gis4 cis cis1( bis2) r4 r8 gis cis2. ~ cis8 \noBeam a8 cis2. gis4 cis1 ~ cis2 r2 d1( d2) r4 gis, d'1 ~ d4 b8 \noBeam cis d4 b8 \noBeam cis ais2 r r4 fis8 \noBeam gis ais4 fis8 \noBeam gis gis2 r r2 r4 gis d'2 a2 d1 cis2 r R1 dis2 a2 gis1 a2 r R1 cis1 ~ cis2 r d2 a d1^\fermata } textocantus=\lyricmode{ Ah __ \set stanza = #"1." Be -- cause the world is round, it turns me on: __ _ _ _ _ _ _ Be -- cause the world is round __ _ _ _ Ah __ \set stanza = #"2." Be- Ah __ Love is old, love is new: Love is all, love is you. \set stanza = #"3." Be- Ah __ _ _ _ _ _ _ _ _ _ _ Ah __ _ _ _ _ _ _ _ _ _ _ Ah __ _ _ _ _ _ _ _ _ _ _ _ Ah __ _ _ _ _ _ } textoaltus=\lyricmode{ Ah __ \set stanza = #"2." Be -- cause the wind is high, it blows my mind: __ Be -- cause the wind is high __ Ah __ \set stanza = #"2." Be- Ah __ Love is old, love is new: Love is all, love is you. \set stanza = #"3." Be- Ah __ _ _ _ _ _ _ _ _ _ _ Ah __ _ _ _ _ _ _ _ _ _ _ Ah __ _ _ _ Ah __ _ _ _ _ _ } textotenor=\lyricmode{ Ah __ \set stanza = #"3." Be -- cause the sky is blue, it makes me cry: __ Be -- cause the sky is blue __ Ah __ \set stanza = #"2." Be- Ah __ Love is old, love is new: Love is all, love is you. \set stanza = #"3." Be- Ah __ _ _ _ Ah __ _ _ _ Ah __ Ah __ _ _ } \score { \new ChoirStaff<< \new Staff <<\global \new Voice="v1" { \set Staff.instrumentName="McCartney " \clef "G_8" \cantus } \new Lyrics \lyricsto "v1" {\textocantus } >> \new Staff << \global \new Voice="v2" { \set Staff.instrumentName="Lennon " \clef "G_8" \altus} \new Lyrics \lyricsto "v2" {\textoaltus } >> \new Staff <<\global \new Voice="v3" { \set Staff.instrumentName="Harrison " \clef "G_8" \tenor } \new Lyrics \lyricsto "v3" {\textotenor } >> >> \layout{ \context {\Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } \context {\Score \override BarNumber #'padding = #2 skipBars = ##t } \context {\Lyrics %\override LyricText #'font-size = #1.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 . 6.1) } } %\midi {} } \paper{ indent=1.9\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=8 line-width=19.0\cm between-system-padding = 0 ragged-last-bottom = ##f %foot-separation = 4\mm %head-separation = 4\mm }