]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pdfmark-metadata.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / pdfmark-metadata.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "The PDF backend uses several header fields to store metadata
5 in the resulting PDF file. Header fields with the prefix pdf override
6 those without the prefix for PDF creation (not for visual display on the page).
7 "
8
9   title = \markup { \italic "Title of " \bold \concat {"the" " " \abs-fontsize #27 "piece"} }
10   subtitle = \markup { \concat { "Subtitle" " of" " the" " " \natural "piece" }}
11   composer = \markup { \bold \concat {"The" " " "Genius" " " "Composer"}}
12   pdfcomposer = "Composer used for PDF"
13   arranger = \markup { The Arranger \circle f \draw-circle #3 #0.5  ##t }
14   copyright = "The Copyright"
15   keywords = "pdfmark, metadata, DOCINFO, lilypond"
16   modDate = "Test for special characters : \ ) ("
17 }
18 \layout { ragged-right= ##t }
19
20 \relative { g4 }