%{ kommentare %} \version "2.10.29" \include "deutsch.ly" \header{ title = "Scarbourough Fair" subtitle = "(Simon and Garfunkel)" poet = "" composer = "Traditional" meter = "Andante" % viertelnote = 80 bzw. 80 bpm % tagline = "letzte zeile, jetzt lilypond.org" arranger = "H.-G. Heumann" } % --- upper / lower ------------------------------------------------------------ upper = \relative c' { \clef treble \key g \major \time 3/4 e2-1\( \mp e4 h'-5 h h fis4.-2 g8 fis4 e2.-1\) \break r4 h'-2\( d-4 e2-5 d4 h cis a h2.-2~ h4\) r e-5\( \break e2 e4 d2-4 h4-2 h4.-3 a8 g4-1 fis-3 \melisma d2-1\) \melismaEnd e2-2\( h'4-5 \break a2 g4 fis4.-2 e8-1 d4-2 e2.-1~ \melisma e2.\) \melismaEnd \bar ":|" } lower = \relative c { \clef bass \key g \major \time 3/4 \set Staff.pedalSustainStyle = #'bracket 2. \sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown g4_2 \sustainUp fis e 2. \sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \sustainUp\sustainDown 2. \> \sustainUp\sustainDown 2. \! \sustainUp } % --- text ------------------------------------------------------------ text = \lyricmode { Are you go -- in to Scar -- bor -- ough fair? Pars -- ley, sage, Rose -- mar -- y and thyme. __ Re -- mem -- ber me to one who lives there. __ She was once a true love of mine. __ } % ---- score ---------------------------------------------------------- \score { \new GrandStaff << \new Staff = upper { \new Voice = "singer" \upper } \new Lyrics \lyricsto "singer" \text \new Staff = lower { \clef bass \lower } >> \layout { \context { \GrandStaff \accepts "Lyrics" } % \context { \Lyrics \consists "Bar_engraver" } } }