]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gmsusd.ly
release: 1.3.120
[lilypond.git] / input / test / gmsusd.ly
index 6217946830af7f848401c9de61a449471e2079a7..f53b5a92d79b2ba67c4324cc299813e615cddf73 100644 (file)
@@ -3,25 +3,24 @@
 
 % perhaps the current modifier approach is too simplistic
 
-\version "1.2.0";
+\version "1.3.117";
 
 gmsus=\notes\relative c \chords{ 
        g1
        % Gm7sus4: the hard way
-       g1-3-.4.7
+       g1:3-.4.7
 
        % another hard way:
        \notes< g'1 bes c d f >
 
        % bit easier:
-       g1-m.4.7
+       g1:m.4.7
 
-       g1-m7.sus
-       g1-m7.sus4
+       g1:m7.sus
+       g1:m7.sus4
 
        % and finally:
-       \property Score.chordInversion = 1 
-       g1-m7.sus/d
+       g1:m7.sus/d
 }
 
 \score{