]> 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)
committerTrevor Daniels <t.daniels@treda.co.uk>
Mon, 16 May 2011 09:07:15 +0000 (10:07 +0100)
commite2a41749e09a68d2c8e453bff3c65404d6e50e34
tree642edc1821844e89d594e423e3b506bbf0e4396f
parent3c81184302e37ef7dd54c229be5da5e27708fd81
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