]> git.donarmstrong.com Git - lilypond.git/blob - input/test/version-output.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / version-output.ly
1 \version "2.1.7"
2
3 \header {
4     texidoc  = "By putting the output of @code{lilypond-version}
5   into a lyric, we can print the version number in a score,
6 or a lilypond-book document."
7     }
8
9 \score { \context Lyrics \notes {
10     \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
11     \mark #(ly:export (string-append "Processed with LilyPond version " (lilypond-version)))
12     s2
13   }
14 }
15
16