Diagnostics/Xtns/Score/Lilypond raw
From XOWA: the free, open-source, offline wiki application
Lilypond raw
melody = \relative c
{\clef treble \key c \major \time 4/4
f d f a d f e d cis a cis e a g f e
}
accomp = \relative c
{\clef bass \key c \major \time 4/4
f d f a d f e d cis a cis e a g f e
}
\header {
tagline = ##f
}
\paper {
raggedright = ##t
raggedbottom = ##t
indent = 0\mm
}
\score {
\relative c {
<<
\new Staff \melody
\new Staff \accomp
>>
}
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 160 4)
}
}
\layout {}
}