]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4883 Implement public definition of bar-line::draw-filled-box
authorThomas Morley <thomasmorley65@gmail.com>
Sun, 5 Jun 2016 15:19:57 +0000 (17:19 +0200)
committerThomas Morley <thomasmorley65@gmail.com>
Sun, 19 Jun 2016 08:25:09 +0000 (10:25 +0200)
bar-line::draw-filled-box calls the hereby renamed procedure
bar-line::calc-blot to determine the blot diameter.
It will be used in:
  make-simple-bar-line
  make-thick-bar-line
  make-tick-bar-line
This simplifies user-customized bar-lines, which are build with
ly:round-filled-box.
No need to copy/paste the blot-calculating procedure anymore.


No differences found