Diagnostics/Xtns/Score/All
From XOWA: the free, open-source, offline wiki application
Lilypond must be installed for these tests to work. See App/Xtn/Mediawiki/Score
Lilypond
\relative c' { f d f a d f e d cis a cis e a g f e }
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 {}
}
ABC notation
X:1 M:C L:1/4 K:C C, D, E, F,|G, A, B, C|D E F G|A B c d| e f g a|b c' d' e'|f' g' a' b'|]