]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-chords.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
index d63414442e63b0c077e10f735de97dcda18b28d3..28531686469a62ac62ca302de47a8421ec987698 100644 (file)
@@ -1,10 +1,11 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.di.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.18.0"
+% 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"
@@ -28,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 {