mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
34 lines
673 B
Plaintext
34 lines
673 B
Plaintext
\version "2.8.0"
|
|
|
|
\header {
|
|
title = "<{TITLE}>"
|
|
poet = "<{POET}>"
|
|
composer= "<{COMPOSER}>"
|
|
arranger = "<{ARRANGER}>"
|
|
tagline = #(string-append "Created with VocalEasel <{VLVERSION}> / Lilypond " (lilypond-version))
|
|
}
|
|
|
|
\paper {
|
|
#(set-paper-size "<{PAPERSIZE}>")
|
|
indent = 0.0\cm
|
|
pagenumber = no
|
|
page-top-space = #.1
|
|
<{FORMATTING}>
|
|
}
|
|
|
|
#(set-global-staff-size <{STAFFSIZE}>)
|
|
|
|
\score {
|
|
<<
|
|
\context ChordNames \chords { \override ChordName #'font-size = #6
|
|
<{CHORDS}>
|
|
}
|
|
\context Voice = "mel" {
|
|
\time <{TIME}>
|
|
\key <{KEY}>
|
|
<{NOTES}>
|
|
}
|
|
\lyricsto "mel" \new Lyrics { <{LYRICS}> }
|
|
>>
|
|
}
|