]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
Detect use of backslash in node names (3590)
[lilypond.git] / lily / simple-spacer.cc
index 61afdb9bcc281004c4b0dbffbabe2fbd757ec4d5..aef524da87579bb2ecb1e087409f0f2da04baa3f 100644 (file)
@@ -387,6 +387,9 @@ get_column_description (vector<Grob *> const &cols, vsize col_index, bool line_s
           if (cols[j] == other)
             description.rods_.push_back (Rod_description (j, scm_to_double (scm_cdar (s))));
           else /* it must end at the LEFT prebroken_piece */
+               /* see Spanner::set_spacing_rods for more comments on how
+                  to deal with situations where  we don't know if we're
+                  ending yet on the left prebroken piece */
             description.end_rods_.push_back (Rod_description (j, scm_to_double (scm_cdar (s))));
         }
     }