]> git.donarmstrong.com Git - lilypond.git/commitdiff
One more missing \\
authormatsb <matsb>
Thu, 19 Feb 2004 09:15:51 +0000 (09:15 +0000)
committermatsb <matsb>
Thu, 19 Feb 2004 09:15:51 +0000 (09:15 +0000)
scripts/convert-ly.py

index 0726352e11002579f954bdc45ecb1236a690125a..b7f68d85c92502cd098e973f329d2d53a0c0b897 100644 (file)
@@ -1688,7 +1688,7 @@ def conv (str):
        return str
 
 conversions.append (((2,1,11), conv, """\\include "paper16.ly" -> #(set-staff-size 16)
-\note #3 #1 #1 -> \note #"8." #1
+\\note #3 #1 #1 -> \\note #"8." #1
 """))