]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3580: Replace unwarranted uses of map with for-each and other Scheme cleanups
authorDavid Kastrup <dak@gnu.org>
Tue, 24 Sep 2013 14:40:02 +0000 (16:40 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 1 Oct 2013 05:47:40 +0000 (07:47 +0200)
commitef5c8e061ba49682c06cdfbd3816c971d6accba4
treea0f7283770ce2148ff9a74213219f9540e63967f
parent029e46e2927e99745b98d4d2ba8717ce39d41c51
Issue 3580: Replace unwarranted uses of map with for-each and other Scheme cleanups

Note that some uses of map actually relied on execution order (namely
expecting map to behave like map-in-order) and thus were not just
inelegant because of the side effect.  There are also some other
mostly trivial simplification of Scheme constructs.
41 files changed:
input/regression/tie-chord.ly
ly/init.ly
scm/backend-library.scm
scm/bar-line.scm
scm/chord-generic-names.scm
scm/chord-ignatzek-names.scm
scm/define-grobs.scm
scm/define-markup-commands.scm
scm/define-note-names.scm
scm/define-stencil-commands.scm
scm/define-woodwind-diagrams.scm
scm/display-woodwind-diagrams.scm
scm/document-backend.scm
scm/document-context-mods.scm
scm/document-functions.scm
scm/document-identifiers.scm
scm/document-markup.scm
scm/document-music.scm
scm/document-translation.scm
scm/document-type-predicates.scm
scm/documentation-generate.scm
scm/documentation-lib.scm
scm/font.scm
scm/framework-ps.scm
scm/lily-library.scm
scm/lily.scm
scm/modal-transforms.scm
scm/music-functions.scm
scm/output-lib.scm
scm/output-svg.scm
scm/page.scm
scm/parser-clef.scm
scm/part-combiner.scm
scm/ps-to-png.scm
scm/safe-lily.scm
scm/song-util.scm
scm/stencil.scm
scm/tablature.scm
scm/time-signature-settings.scm
scm/to-xml.scm
scm/translation-functions.scm