Here's how you define a variable for the tempo for the whole score in Lilypond:
\version "2.16.0"
scoreTempo = \tempo 4 = 88 % BPM
\score {
\new PianoStaff <<
\new Staff {
\relative c' {
\clef treble
\scoreTempo
r2 r8 c8 (ees4 | g1)
}
}
\new Staff {
\relative c {
\clef bass
\scoreTempo
<c c,>1~ | <c c,>
}
}
>>
}
Posts about music analysis, theory, composition, production in Ubuntu Linux n Mac OSX (software, tips, technical tutorials, etc), showcasing of my own music and other artists' music.
My Music (Listen with quality headphones)
Subscribe to:
Post Comments (Atom)
My content is under the Creative Commons Attribution 3.0 license. I work hard to publish relevant and useful information in order to help people learn difficult things and find solutions to their problems, so please attribute me if you reuse my content elsewhere.
No comments:
Post a Comment