Example of a Scheme pair is wrong in docs
Knute Snortum <[email protected]> Fri, 21 Nov 2025 07:41:09 -0800
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CALmeJxT6Y8+bcU8sg9j+BtH8UquotrU63xg0Ksgmjn7_UVK3yA@mail.gmail.com> |
If you go here...
https://lilypond.org/doc/v2.25/Documentation/notation/creating-footnotes#footnotes-in-music-expressions
...under "offset", there is an example of a Scheme pair given this way:
#(2 . 1)
But it should, of course, be:
#'(2 . 1)
--
Knute Snortum