X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsingle-staff-template-with-notes-and-chords.ly;h=28531686469a62ac62ca302de47a8421ec987698;hb=1d5ae2e5bf1ad495d0a901e3be88a6fcfa90b1a5;hp=4ba723b5160d6da198b40b6157cf5c3f565f8634;hpb=74843362972efd8b7a76419da499c0f5a920663d;p=lilypond.git diff --git a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly index 4ba723b516..2853168646 100644 --- a/Documentation/snippets/single-staff-template-with-notes-and-chords.ly +++ b/Documentation/snippets/single-staff-template-with-notes-and-chords.ly @@ -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 {