%% Optional helper for quick click and edit mode.  May be omitted
#(ly:set-point-and-click 'line-column)

%% A simple song in LilyPond
<<
    \relative {
	\clef bass
	d,2 d c4 bes a2 \break
	c2 c d4 f g2
    }
    \addlyrics {
	My first Li -- ly song,
	Not much can go wrong!
    }
>>

%% Optional helper for automatic updating by convert-ly.  May be omitted.
\version "2.4.0"
    
