[unmarkierte Version] | [unmarkierte Version] |
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
Durch die Extention "[https://www.mediawiki.org/wiki/Extension:Score Score]" lassen sich auf einfache Weise Musiknoten in LOOP darstellen. | Durch die Extention "[https://www.mediawiki.org/wiki/Extension:Score Score]" lassen sich auf einfache Weise Musiknoten in LOOP darstellen. | ||
'''Syntax:'''<br /> | |||
<code> | |||
<score> | |||
\relative c' { f d f a d f e d cis a cis e a g f e } | |||
</score></code> | |||
''' | '''Ergebnis:'''<br /> | ||
<score>\relative c' { f d f a d f e d cis a cis e a g f e }</score> | <score>\relative c' { f d f a d f e d cis a cis e a g f e }</score> | ||
Zeile 12: | Zeile 14: | ||
Als Standardsprache für "Score" ist "[https://de.wikipedia.org/wiki/LilyPond LilyPond]" eingerichtet. Jedoch wird auch der offene Standard ABC oder auch [https://de.wikipedia.org/wiki/ABC_(Musiknotation) ABCPLus] unterstützt. Dieser ist ein offener Standard zur Notation von Musik in Textform. Ein Minimalbeispiel finden Sie hier: | Als Standardsprache für "Score" ist "[https://de.wikipedia.org/wiki/LilyPond LilyPond]" eingerichtet. Jedoch wird auch der offene Standard ABC oder auch [https://de.wikipedia.org/wiki/ABC_(Musiknotation) ABCPLus] unterstützt. Dieser ist ein offener Standard zur Notation von Musik in Textform. Ein Minimalbeispiel finden Sie hier: | ||
'''Syntax:'''<br /> | |||
'''Syntax:''' | <code> | ||
<code><score lang="ABC"> | <score lang="ABC"> | ||
X:1 | X:1 | ||
M:C | M:C | ||
Zeile 23: | Zeile 25: | ||
</score></code> | </score></code> | ||
'''Ergebnis:''' | '''Ergebnis:'''<br /> | ||
<score lang="ABC"> | <score lang="ABC"> | ||
X:1 | X:1 | ||
Zeile 34: | Zeile 36: | ||
<loop_area type="websource"> | <loop_area type="websource"> | ||
Eine detaillierte Tutorial zur Nutzung der ABC-Notation finden Sie unter: | Eine detaillierte Tutorial zur Nutzung der ABC-Notation finden Sie unter: | ||
[http://abcplus.sourceforge.net/ABCPlus.pdf Einführung in die ABC-Notation und Applikation von Guido Gonzato] | [http://abcplus.sourceforge.net/ABCPlus.pdf Einführung in die ABC-Notation und Applikation von Guido Gonzato] | ||
Zeile 43: | Zeile 45: | ||
Mit dem Parameter <tt><nowiki>\addlyrics</nowiki></tt> lassen sich Liedtexte unter den Noten hinzufügen. | Mit dem Parameter <tt><nowiki>\addlyrics</nowiki></tt> lassen sich Liedtexte unter den Noten hinzufügen. | ||
'''Syntax:''' | '''Syntax:'''<br /> | ||
<code><score>\relative c'' { \time 4/4 \key c \major | <code><score> | ||
\relative c'' { \time 4/4 \key c \major | |||
c4 g8 g a4 g r b^> c^> r \bar "|." } | c4 g8 g a4 g r b^> c^> r \bar "|." } | ||
\addlyrics { Shave and a hair -- cut: two bits. }</score></code> | \addlyrics { Shave and a hair -- cut: two bits. } | ||
</score></code> | |||
'''Ergebnis:''' | '''Ergebnis:'''<br /> | ||
<score>\relative c'' { \time 4/4 \key c \major | <score>\relative c'' { \time 4/4 \key c \major | ||
c4 g8 g a4 g r b^> c^> r \bar "|." } | c4 g8 g a4 g r b^> c^> r \bar "|." } | ||
\addlyrics { Shave and a hair -- cut: two bits. }</score> | \addlyrics { Shave and a hair -- cut: two bits. }</score> |
Durch die Extention "Score" lassen sich auf einfache Weise Musiknoten in LOOP darstellen.
Syntax:
<score>
\relative c' { f d f a d f e d cis a cis e a g f e }
</score>
Ergebnis:
Als Standardsprache für "Score" ist "LilyPond" eingerichtet. Jedoch wird auch der offene Standard ABC oder auch ABCPLus unterstützt. Dieser ist ein offener Standard zur Notation von Musik in Textform. Ein Minimalbeispiel finden Sie hier:
Syntax:
<score lang="ABC">
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'|]
</score>
Ergebnis:
Eine detaillierte Tutorial zur Nutzung der ABC-Notation finden Sie unter:
Einführung in die ABC-Notation und Applikation von Guido Gonzato
Mit dem Parameter \addlyrics lassen sich Liedtexte unter den Noten hinzufügen.
Syntax:
<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.