]> git.donarmstrong.com Git - lilypond.git/commit
Add display method for \tweak.
authorNeil Puttock <n.puttock@gmail.com>
Thu, 7 Jul 2011 19:10:20 +0000 (20:10 +0100)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 9 Jul 2011 00:27:47 +0000 (18:27 -0600)
commite67978ee7e9a0249bb8a4df92a056d097d3e532a
treea6af2ed3613717bc7e0507aa120136a5f13b3f53
parent1d616e11c15cc580ce3e6f84fe4654343e858414
Add display method for \tweak.

* input/regression/display-lily-tests.ly:

  add tests for \tweak

* scm/define-music-display-methods.scm

  (scheme-expr->lily-string): don't funnel booleans through pretty-print
  (EventChord): treat simple_element with 'tweaks list as note_chord_element
                to preserve < > around tweaked note

* scm/display-lily.scm (music->lily-string):

  process 'tweaks via new function tweaks->lily-string
input/regression/display-lily-tests.ly
scm/define-music-display-methods.scm
scm/display-lily.scm