> I made this change in music-functions-init.ly:
> 
> -...@var{\addinstrumentdefinition}.")
> +...@code{\addinstrumentdefinition}.")
> 
> However, the \a is still showing up as a control character 0x07,
> [...]
> 
> Can someone explain why it works in one file but not in the other?

Documentation in .ly files are handled by lilypond itself, this is,
the `lilypond' binary is called to produce files included by the
texinfo system.  And `lilypond' needs two backslashes which are then
reduced to a single one.  The same is true for Scheme files.


    Werner


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

Reply via email to