X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbreathing-sign.cc;h=a3d9637bef6d2d2e3685c8b23334b97b49804e13;hb=a244dba2667e18488c2d078f08dfab075c9fbe40;hp=f1f89093ead25306798631ea41d34c398398b5fb;hpb=a066a93ee74edebb9d238a1bac93c3bc7e8e6e4a;p=lilypond.git diff --git a/lily/breathing-sign.cc b/lily/breathing-sign.cc index f1f89093ea..a3d9637bef 100644 --- a/lily/breathing-sign.cc +++ b/lily/breathing-sign.cc @@ -1,8 +1,8 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2011 Michael Krause - Extensions for ancient notation (c) 2003--2011 by Juergen Reuter + Copyright (C) 1999--2012 Michael Krause + Extensions for ancient notation (c) 2003--2012 by Juergen Reuter LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -170,7 +170,7 @@ Breathing_sign::offset_callback (SCM smob) if (staff) { Interval iv = Staff_symbol::line_span (staff); - Real inter = Staff_symbol::staff_space (me) / 2; + Real inter = Staff_symbol::staff_space (staff) / 2; return scm_from_double (inter * iv[d]); }