VocalEasel/Resources/Templates/default.lyt
2006-10-23 07:42:53 +00:00

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}> }
>>
}