X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Foutputting-the-version-number.ly;h=61ce8693357ac3aa9421b28a61f7b52394d9dde1;hb=3fad7447039ca31737dc5c6d117b07bb0a1f0a67;hp=67c63d2513b70d35943cad4a637e2dc8437559fb;hpb=9079cd048c47b4119b6a19e19667e75e1f323269;p=lilypond.git diff --git a/input/new/outputting-the-version-number.ly b/input/new/outputting-the-version-number.ly index 67c63d2513..61ce869335 100644 --- a/input/new/outputting-the-version-number.ly +++ b/input/new/outputting-the-version-number.ly @@ -1,9 +1,9 @@ -\version "2.11.23" +\version "2.11.61" \header { lsrtags = "text" texidoc = " -By putting the output of @code{lilypond-version} into a lyric or a +By putting the output of @code{lilypond-version} into lyrics or a text markup, it is possible to print the version number of LilyPond in a score, or in a document generated with @code{lilypond-book}. " @@ -11,7 +11,7 @@ a score, or in a document generated with @code{lilypond-book}. } \score { - \context Lyrics { + \new Lyrics { \override Score.RehearsalMark #'self-alignment-X = #LEFT \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version)))