]> git.donarmstrong.com Git - lilypond.git/commit - scm/paper.scm
Turn assoc calls into secure assoc-get calls.
authorMichael Käppler <xmichael-k@web.de>
Thu, 17 Sep 2009 10:45:43 +0000 (12:45 +0200)
committerNeil Puttock <n.puttock@gmail.com>
Fri, 18 Sep 2009 19:41:21 +0000 (20:41 +0100)
commitdde989437f822ff637a191cfd76b1a9e943dbac5
tree544bed76bb651e6a394297493b445399baa28fb1
parent3fe8ca09c3542ebd33b2a104d7924bd2aabe30e0
Turn assoc calls into secure assoc-get calls.

* Second stage: Move those assoc calls to assoc-get which need only
  little code modification

* Remove ly:assoc-get and ly:chain-assoc-get calls in *.scm.
  They are leftover from the time when those C procedures were not
  exported to Scheme.
15 files changed:
scm/c++.scm
scm/define-markup-commands.scm
scm/define-music-display-methods.scm
scm/define-music-types.scm
scm/document-backend.scm
scm/document-translation.scm
scm/documentation-lib.scm
scm/fret-diagrams.scm
scm/lily.scm
scm/midi.scm
scm/music-functions.scm
scm/output-lib.scm
scm/paper.scm
scm/parser-clef.scm
scm/song.scm