]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-substitution.cc
Interface changes for string functions:
[lilypond.git] / lily / break-substitution.cc
index f283010303ae2be12956e40229d51d96661bcff1..67697136d2e36bd5d7ce714ace8c460ee06502ec 100644 (file)
@@ -263,6 +263,8 @@ grob_system_range (Grob *g)
 struct Substitution_entry
 {
   Grob *grob_;
+
+  /* Assumption: we have less than 32k paper columns. */
   short left_;
   short right_;