]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/smart-transpose.ly
release: 1.3.146
[lilypond.git] / input / test / smart-transpose.ly
index 05170116f21a0f2cb8ac72924ee96ee6948ec168..81e1945cefe223d7519e4823a580f6dc486a7f73 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 
 \header {
 texidoc="
@@ -12,7 +13,7 @@ texidoc="
 
 You mean like this. (Sorry 'bout the nuked indentation.)
 @end example
-";
+"
 }
 
 #(define  (unhair-pitch p)
@@ -78,6 +79,6 @@ music = \notes \relative c' { c4 d  e f g a b  c }
     \apply #(lambda (x) (smart-transpose x (make-pitch 0 5 1)))
       \music
   }
-  \paper { linewidth = -1.; }
+  \paper { linewidth = -1. }
 }