Hello lilyponders. I'm new to music, and very new to lilypond, but I
thought I'd take a shot at using lilypond to typeset Greensleeves,
since the printed version I am learning from is just a stream of
notes, its printed representation obscures the repetitive elements.

Attached is what I have. Notice how the bars don't line up? I know
that's traditional in sheet music (maybe because space was a premium
on vellum?), but I'd like to see them line up so I can scan quickly
and see how the patterns more easily.

Thanks!
Sam
\version "2.20.0"
\layout {
	ragged-right = ##t
	ragged-last = ##t
}
\relative c {
	\time 3/4

	\set proportionalNotationDuration = #(ly:make-moment 1/4)

	\partial 4 d' | \break
	                f2 g4 | a b a | g2  e4 | c d e | f2 d4 | d c d | e2 c4 |
	        a2 d4 | \break
		        f2 g4 | a b a | g2  e4 | c d e | f e d | a2 a4 | d2 d4 |  d2. | \break

		c'2.  | c4 b a | g2 e4 | c d e | f2.   | d2 d4 | e2 e4 | a,2.  | \break
		c'2.  | c4 b a |         g2 e4 | c d e | f e d | a2 a4 | d2.   | d2
}

Attachment: greensleaves.pdf
Description: Adobe PDF document

Reply via email to