X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fchord-name.cc;h=586801c3919d7935dc38b080bae68f2b31ee9ccb;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=8ff3ffe763cbba2389e835da0e962d2d6290c1cb;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/chord-name.cc b/lily/chord-name.cc index 8ff3ffe763..586801c391 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--2007 Jan Nieuwenhuizen + (c) 1999--2008 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 " + );