X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=input%2Ftest%2Fsmart-transpose.ly;h=81e1945cefe223d7519e4823a580f6dc486a7f73;hb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;hp=05170116f21a0f2cb8ac72924ee96ee6948ec168;hpb=452fce3d93d6caa5670f39835fa62749ed609c8e;p=lilypond.git diff --git a/input/test/smart-transpose.ly b/input/test/smart-transpose.ly index 05170116f2..81e1945cef 100644 --- a/input/test/smart-transpose.ly +++ b/input/test/smart-transpose.ly @@ -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. } }