Single-staff template with notes and chords: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Want to prepare a lead sheet with a melody and chords? Look no further!
Want to prepare a lead sheet with a melody and chords? Look no further!


<lilypond version="2.24.0">
<lilypond version="2.24">
melody = \relative c' {
melody = \relative c' {
   \clef treble
   \clef treble
Line 7: Line 7:
   \time 4/4
   \time 4/4


   f4 e8[ c] d4 g
   f4 e8[ c] d4 g |
   a2 ~ a
   a2 ~ a
}
}


harmonies = \chordmode {
harmonies = \chordmode {
   c4:m f:min7 g:maj c:aug
   c4:m f:min7 g:maj c:aug |
   d2:dim b4:5 e:sus
   d2:dim b4:5 e:sus
}
}
Line 29: Line 29:
</lilypond>
</lilypond>


[[Category:Template]]
[[Category:Chords]]
[[Category:Chords]]
[[Category:Really simple]]
[[Category:Really simple]]
[[Category:Template]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]