]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-chords.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
index 336fdf69ccc6f2dd569bc80956dcf6f9124b5182..dceb9402919023ec51f94c44fcccbdc75ea3f86b 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.19.2"
+\version "2.19.28"
 
 \header {
   lsrtags = "chords, really-simple, template"
@@ -17,19 +17,18 @@ Want to prepare a lead sheet with a melody and chords? Look no further!
   doctitle = "Single staff template with notes and chords"
 } % begin verbatim
 
-
 melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
 
   f4 e8[ c] d4 g
-  a2 ~ 2
+  a2 ~ a
 }
 
 harmonies = \chordmode {
   c4:m f:min7 g:maj c:aug
-  d2:dim b:sus
+  d2:dim b:5
 }
 
 \score {