]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gmsusd.ly
update syntax in .ly files.
[lilypond.git] / input / test / gmsusd.ly
index 5ca998ca1a4d21406f89b24a96cc0f1a23e4dc1e..2a982965b7de7c796358d7f9a7cd5da440da0aac 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.6"
 % the Gm7sus4/D chord prints as Gm/4/7/D
 % it took me quite a while by experiment to work out how to enter it -- PC
 
@@ -12,7 +12,7 @@ gmsus=\notes\relative c \chords{
        g1:3-.4.7
 
        % another hard way:
-       \notes< g'1 bes c d f >
+       \notes<< g' bes c d f >>1
 
        % bit easier:
        g1:m.4.7
@@ -30,3 +30,4 @@ gmsus=\notes\relative c \chords{
                \context Staff \gmsus
        >
 }
+%% new-chords-done %%