]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-chords.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
index 4ba723b5160d6da198b40b6157cf5c3f565f8634..28531686469a62ac62ca302de47a8421ec987698 100644 (file)
@@ -1,10 +1,11 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
-%% and then run scripts/auxiliar/makelsr.py
-%%
-%% This file is in the public domain.
-\version "2.19.2"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.19.28
+\version "2.19.28"
 
 \header {
   lsrtags = "chords, really-simple, template"
@@ -17,19 +18,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 b4:5 e:sus
 }
 
 \score {