5.4.6 Syntax survey


Comments


Cross references

Enter the exact @node name of the target reference between the brackets (eg. ‘@ref{Syntax survey}’). Do not split a cross-reference across two lines – this causes the cross-reference to be rendered incorrectly in HTML documents.


External links


Fixed-width font


Indexing


Lists


Special characters

Note: In Texinfo, the backslash is an ordinary character, and is entered without escaping (e.g. ‘The @code{\foo} command’). However, within double-quoted Scheme and/or LilyPond strings, backslashes (including those ending up in Texinfo markup) need to be escaped by doubling them:

(define (foo x)
  "The @code{\\foo} command..."
  ...)

Miscellany


LilyPond — Contributor’s Guide v2.23.82 (development-branch).