]> git.donarmstrong.com Git - lilypond.git/commit
Fix calculation of vertical offset when 'staff-padding is set
authorTrevor Daniels <t.daniels@treda.co.uk>
Thu, 12 May 2011 08:39:31 +0000 (09:39 +0100)
committerCarl Sorensen <c_sorensen@byu.edu>
Wed, 25 May 2011 18:01:49 +0000 (12:01 -0600)
commit8b61381416c7a531c5792acaf77824a1db234b49
treea1a8988c3042baea5987a65d4b8a31b4a1b6fb9a
parent409bc6de22a43e8df5f91d73a973ca9ceb965da6
Fix calculation of vertical offset when 'staff-padding is set

 - fix 877: Ottava clefs may not look good

 - the previous code incorrectly calculated the offset from
   the staff rather than the parent; this happened to coincide
   with the correct value for most parents but gave an incorrect
   offset for OctavateEight above the F-clef

 - add regression test for this case

 - fix existing whitespace errors
input/regression/clef-octavation.ly [new file with mode: 0644]
lily/side-position-interface.cc