X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fchord-name.cc;h=6cfe2def109a7e7f4fee0c21a1c615d98a95be09;hb=7c624620feabb74e0619cfc2d26c1d14834ffa73;hp=959898e3a74f085264cf2844b3e1d74e7c937b1b;hpb=44ad1d66c072e4d6545e75c769c86a460cb1df13;p=lilypond.git diff --git a/lily/chord-name.cc b/lily/chord-name.cc index 959898e3a7..6cfe2def10 100644 --- a/lily/chord-name.cc +++ b/lily/chord-name.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Jan Nieuwenhuizen + (c) 1999--2009 Jan Nieuwenhuizen */ #include "chord-name.hh" @@ -26,7 +26,7 @@ Chord_name::after_line_breaking (SCM smob) if (to_boolean (s)) { if (me->get_column ()->get_rank () - - me->get_system ()->spanned_rank_iv ()[LEFT] > 1) + - me->get_system ()->spanned_rank_interval ()[LEFT] > 1) me->suicide (); } return SCM_UNSPECIFIED; @@ -35,5 +35,6 @@ Chord_name::after_line_breaking (SCM smob) ADD_INTERFACE (Chord_name, "A chord name.", - - "begin-of-line-visible"); + /* properties */ + "begin-of-line-visible " + );