3.16 Musiknoten erstellen

[unmarkierte Version][gesichtete Version]
Keine Bearbeitungszusammenfassung
 
(11 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
Durch die Extention "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.


<loop_area type="example">
'''Syntax:''' <code><score>
'''Code:'''
\relative c' { f d f a d f e d cis a cis e a g f e }
<code><score>\relative c' { f d f a d f e d cis a cis e a g f e }</score></code>
</score></code>


'''Ergebnis:'''
'''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>
</loop_area>




=== ABC-Notation ===
=== ABC-Notation ===
<loop_area type="example">
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:
'''Code:'''
 
<code><score lang="ABC">
'''Syntax:''' <code><score lang="ABC">
X:1 (index)
X:1
T:Küstenlied (title)
M:C
C:Komponist (composer)
L:1/4
A:Hamburg (area)
K:C
S:Gesammelte Lieder der Küste (source)
M:C (time signature)
L:1/4 (note length)
R:jig (type of tune)
K:C (key)
C, D, E, F,|G, A, B, C|D E F G|A B c d|
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'|]
e f g a|b c' d' e'|f' g' a' b'|]
</score></code>
</score></code>


'''Ergebnis:'''
'''Ergebnis:'''<br />
<score lang="ABC">
<score lang="ABC">
X:1
X:1
Zeile 36: Zeile 30:
e f g a|b c' d' e'|f' g' a' b'|]
e f g a|b c' d' e'|f' g' a' b'|]
</score>
</score>
</loop_area>


<loop_area type="websource">
<loop_area type="websource">
Eine detaillierte Aufzeichnung zur Nutzung der ABC-Notation in englischer Sprache finden Sie auf:<br \><br \>
Eine detaillierte Tutorial zur Nutzung der ABC-Notation finden Sie unter:
http://abcnotation.com/wiki/abc:standard:v2.1#abc_file_identification
 
[http://abcplus.sourceforge.net/ABCPlus.pdf Einführung in die ABC-Notation und Applikation von Guido Gonzato]
</loop_area>
</loop_area>


=== Hinzufügen von Liedtexten ===
=== Hinzufügen von Liedtexten ===
<loop_area type="example">
Mit dem Parameter <tt><nowiki>\addlyrics</nowiki></tt> lassen sich Liedtexte unter den Noten hinzufügen.
'''Code:'''
 
<code><score>\relative c'' { \time 4/4 \key c \major  
'''Syntax:''' <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>
</loop_area>

Aktuelle Version vom 2. Juni 2016, 13:03 Uhr

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:

Ab Version 2.23.12 wurde der abgesicherte Modus von LilyPond entfernt. LilyPond-Dateien können beliebigen Code ausführen. Bitte lasse deine LilyPond-Installation in der Sandbox Shellbox laufen und setze $wgScoreSafeMode = false.


ABC-Notation[]

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:

Ab Version 2.23.12 wurde der abgesicherte Modus von LilyPond entfernt. LilyPond-Dateien können beliebigen Code ausführen. Bitte lasse deine LilyPond-Installation in der Sandbox Shellbox laufen und setze $wgScoreSafeMode = false.


Hinzufügen von Liedtexten[]

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:

Ab Version 2.23.12 wurde der abgesicherte Modus von LilyPond entfernt. LilyPond-Dateien können beliebigen Code ausführen. Bitte lasse deine LilyPond-Installation in der Sandbox Shellbox laufen und setze $wgScoreSafeMode = false.