Durch die Extention "Score" lassen sich auf einfache Weise Musiknoten in LOOP darstellen.
Code:
<score>\relative c' { f d f a d f e d cis a cis e a g f e }</score>
Ergebnis:
Code:
<score vorbis="1">\relative c' { f d f a d f e d cis a cis e a g f e }</score>
Ergebnis:
Code:
<score>\relative c'' { \time 4/4 \key c \major
c4 g8 g a4 g r b^> c^> r \bar "|." }
\addlyrics { Shave and a hair -- cut: two bits. }</score>
Ergebnis:
Learning Object Online Platform
Es handelt sich hierbei um das Tutorial für LOOP1. Die Dokumentation für LOOP 2 wird gegenwärtig entwickelt: https://loop.eduloop.de. Viele Funktionen lassen sich ähnlich auch in LOOP2 verwenden.