]> 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 24d07977ab5d4bd45d1f2a89c0a212598c7e42f6..28531686469a62ac62ca302de47a8421ec987698 100644 (file)
@@ -1,13 +1,14 @@
-%% 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.14.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 = "really-simple, template, chords"
+  lsrtags = "chords, really-simple, template"
 
   texidoc = "
 Want to prepare a lead sheet with a melody and chords? Look no further!
@@ -17,7 +18,6 @@ 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
@@ -29,7 +29,7 @@ melody = \relative c' {
 
 harmonies = \chordmode {
   c4:m f:min7 g:maj c:aug
-  d2:dim b:sus
+  d2:dim b4:5 e:sus
 }
 
 \score {