X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Ftransposing-pitches-with-minimum-accidentals-smart-transpose.ly;h=df6ce9d6c098260ec418a76c1ce22337da923153;hb=1b29d0ce3e3143bdc26504917578dc3f8b07e861;hp=51ebe920786cf5486cf2f9cfc63548067bbd223a;hpb=fc40563cfed21eb5508b60b3892c57f9d2560a63;p=lilypond.git diff --git a/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly b/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly index 51ebe92078..df6ce9d6c0 100644 --- a/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly +++ b/Documentation/snippets/transposing-pitches-with-minimum-accidentals-smart-transpose.ly @@ -62,7 +62,7 @@ In this manner, the most natural enharmonic notes are chosen. (if (pair? es) (ly:music-set-property! music 'elements - (map (lambda (x) (naturalize x)) es))) + (map naturalize es))) (if (ly:music? e) (ly:music-set-property! music 'element