]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-bug.ly
release: 1.1.43
[lilypond.git] / input / test / tie-bug.ly
index 0cdf237204f499de023015a2bd11a22563ee7d46..49876a236ca0215f6d280d338ccfb3d689ae4aba 100644 (file)
@@ -1,8 +1,10 @@
+\version "1.0.19";
+
 
 %  middle tie is wrong
 \score{
-       \melodic\relative c'{
-       {               <c4 e g~ > <d f a>
+       \notes\relative c'{
+       {               <c4 e g  > ~ <d f a>
        }
 }}