Outputting the version number

Revision as of 22:35, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It is possible to print the version number of LilyPond in markup.

\version "2.24.0"

\markup { Processed with LilyPond version #(lilypond-version) }