frescobaldi / python-ly

A Python package and commandline tool to manipulate LilyPond files
https://pypi.org/project/python-ly
137 stars 33 forks source link

Scheme #| ... |# (R6RS-style) block comments #157

Open jeanas opened 1 year ago

jeanas commented 1 year ago

python-ly already supports R5RS-style block comments #! ... !#.

It would be nice to support R6RS-style comments, added in Guile 2 (as used by LilyPond 2.24). These are spelt as #| ... |#. Unlike R5RS-style comments, they are nestable.

https://www.gnu.org/software/guile/manual/html_node/Block-Comments.html