[ << General input and output ] | [Anfang][Inhalt][Index][ ? ] | [ Spacing issues >> ] | ||
[ < Input structure ] | [ Nach oben : Input structure ] | [ Multiple scores in a book > ] |
3.1.1 Structure of a score
Eine \score
-Umgebung muss einen einzelnen musikalischen
Ausdruck beinhalten, der durch geschweifte Klammern begrenzt wird:
\score { ... }
Achtung: Es darf nur ein äußerer musikalischer Ausdruck
in der |
Dieser einzelne musikalische Ausdruck kann beliebige Größe annehmen und andere musikalische Ausdrücke von beliebiger Komplexität beinhalten. Alle diese Beispielse sind musikalische Ausdrücke:
{ c'4 c' c' c' }
{ { c'4 c' c' c'} { d'4 d' d' d'} }
<< \new Staff { c'4 c' c' c' } \new Staff { d'4 d' d' d' } >>
{ \new GrandStaff << \new StaffGroup << \new Staff { \Flöte } \new Staff { \Oboe } >> \new StaffGroup << \new Staff { \GeigeI } \new Staff { \GeigeII } >> >> }
Kommentare bilden eine Ausnahme dieser Regel. (Andere Ausnahmen
siehe File structure.) Sowohl einzeilige als auch
Blockkommentare (eingegrenzt durch %{ .. %}
) können
an beliebiger Stelle einer Eingabedatei geschrieben werden. Sie
können innerhalb oder außerhalb der \score
-Umgebung vorkommen,
und innerhalb oder außerhalb des einzelnen musikalischen Ausdrucks
innerhalb der \score
-Umgebung.
See also
Handbuch zum Lernen: Working on input files, Music expressions explained, Score is a (single) compound musical expression.
[ << General input and output ] | [Anfang][Inhalt][Index][ ? ] | [ Spacing issues >> ] | ||
[ < Input structure ] | [ Nach oben : Input structure ] | [ Multiple scores in a book > ] |