X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbreathing-sign.cc;h=a3d9637bef6d2d2e3685c8b23334b97b49804e13;hb=2d52187d5492ce7492c78fc8f1dca4aa7b702ba0;hp=85da75c961e1612e779b40d109506091c3b3739c;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/lily/breathing-sign.cc b/lily/breathing-sign.cc index 85da75c961..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 @@ -70,16 +70,9 @@ SCM Breathing_sign::divisio_maior (SCM smob) { Grob *me = unsmob_grob (smob); - Real staff_space = Staff_symbol_referencer::staff_space (me); - Real staff_size; Real thickness = Staff_symbol_referencer::line_thickness (me); thickness *= robust_scm2double (me->get_property ("thickness"), 1.0); - if (Staff_symbol_referencer::get_staff_symbol (me)) - staff_size = (Staff_symbol_referencer::line_count (me) - 1) * staff_space; - else - staff_size = 0.0; - Real blotdiameter = me->layout ()->get_dimension (ly_symbol2scm ("blot-diameter")); /* @@ -177,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]); }