Jump to content

Simple lead sheet: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
(No difference)

Latest revision as of 22:42, 26 October 2025

When put together, chord names, a melody, and lyrics form a lead sheet:

\version "2.24.0"

<<
  \chords { c2 g:sus4 f e }
  \new Staff \relative c'' {
    a4 e c8 e r4
    b2 c4( d)
  }
  \addlyrics { One day this shall be free __ }
>>