On 2014/05/30 09:11:57, Mark Polesky wrote:

https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm#newcode144
scm/documentation-lib.scm:144: (string-regexp-substitute "\n " "\n  "
str)))
On 2014/05/30 08:38:23, dak wrote:
> pretty-print has a key #:per-line-prefix.  Would that be easier to
use?

Yes, thank you.

I spoke too soon.  I don't think #:per-line-prefix will work with my
code structure here.  The regex substitution is there for items
prepended with a single-quote, which might not end up using
pretty-print.  Plus then we'd have to remove the first space anyway (or
replace it with the quote).  Unless you have some clever way of making
it work, I think I'll leave it as is.

https://codereview.appspot.com/95710044/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to