]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
release: 1.5.27
[lilypond.git] / lily / chord-name.cc
index 5595759236497b5e46ad44620b9483ac9ef7e2f5..2c0e717a89bef94498f513a3933485df340f2696 100644 (file)
@@ -27,11 +27,6 @@ Chord_name::after_line_breaking (SCM smob)
   if (to_boolean (s))
     {
       if (Paper_column::rank_i (me->column_l ()) -
-         /*
-           hmm, what's my column number in this line?
-           why doesn't this work?
-           me->line_l ()->rank_i_ > 2)
-         */
          me->line_l ()->spanned_rank_iv ()[LEFT] > 1)
        me->suicide ();
     }