X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fde%2Fuser%2Finput.itely;h=84523f9077c200a7b2be3c1fdad534c8e9823ef3;hb=def21b306e2b8fa2d5630fab0878e9922e197f0c;hp=3972e4f2cd11b4dafb2e50d5cfd085ac0fd49662;hpb=439c4660c777b9ca0e995d8c283da9b64f8337aa;p=lilypond.git diff --git a/Documentation/de/user/input.itely b/Documentation/de/user/input.itely index 3972e4f2cd..84523f9077 100644 --- a/Documentation/de/user/input.itely +++ b/Documentation/de/user/input.itely @@ -1,129 +1,257 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 5a2beb9fbe0e28ed499f0191d16f7e2a5d86dee1 + Translation of GIT committish: 02cb8b672238eeb53bffa2240c87f23dd8ca9e60 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @end ignore +@c \version "2.11.51" -@node Input syntax -@chapter Input syntax +@node General input and output +@chapter General input and output -UNTRANSLATED NODE: IGNORE ME +@untranslated -@menu -* Input files:: -* Common syntax issues TODO name?:: -* Other stuffs TODO move?:: -@end menu -@node Input files -@section Input files -UNTRANSLATED NODE: IGNORE ME +@menu +* Input structure:: +* Titles and headers:: +* Working with input files:: +* Controlling output:: +* MIDI output:: +@end menu + +@node Input structure +@section Input structure + +@untranslated -@menu -* File structure:: -* A single music expression:: -* Multiple scores in a book:: -* Extracting fragments of notation:: -* Including LilyPond files:: -* Text encoding:: -* Different editions from one source:: -@end menu -@node File structure -@subsection File structure -UNTRANSLATED NODE: IGNORE ME +@menu +* Structure of a score:: +* Multiple scores in a book:: +* File structure:: +@end menu -@node A single music expression -@subsection A single music expression +@node Structure of a score +@subsection Structure of a score + +@untranslated -UNTRANSLATED NODE: IGNORE ME @node Multiple scores in a book @subsection Multiple scores in a book -UNTRANSLATED NODE: IGNORE ME +@untranslated + + +@node File structure +@subsection File structure + +@untranslated + + +@node Titles and headers +@section Titles and headers + +@untranslated + + +@menu +* Creating titles:: +* Custom titles:: +* Reference to page numbers:: +* Table of contents:: +@end menu + +@node Creating titles +@subsection Creating titles -@node Extracting fragments of notation -@subsection Extracting fragments of notation +@untranslated -UNTRANSLATED NODE: IGNORE ME + +@node Custom titles +@subsection Custom titles + +@untranslated + + +@node Reference to page numbers +@subsection Reference to page numbers + +@untranslated + + +@node Table of contents +@subsection Table of contents + +@untranslated + + +@node Working with input files +@section Working with input files + +@untranslated + + +@menu +* Including LilyPond files:: +* Different editions from one source:: +* Text encoding:: +* Displaying LilyPond notation:: +@end menu @node Including LilyPond files @subsection Including LilyPond files -UNTRANSLATED NODE: IGNORE ME - -@node Text encoding -@subsection Text encoding +@untranslated -UNTRANSLATED NODE: IGNORE ME @node Different editions from one source @subsection Different editions from one source -UNTRANSLATED NODE: IGNORE ME +@untranslated + + +@menu +* Using variables:: +* Using tags:: +@end menu + +@node Using variables +@unnumberedsubsubsec Using variables + +@untranslated + + +@node Using tags +@unnumberedsubsubsec Using tags + +@cindex Erweiterung von Wiederholungen +@funindex \unfoldRepeats -@node Common syntax issues TODO name? -@section Common syntax issues TODO name? +Mit ein bisschen Anpassung können alle Wiederholungstypen +auch in der MIDI-Datei wiedergegeben werden. Das wird erreicht +durch die @code{\unfoldRepeats}-Funktion. Hiermit werden alle +Wiederholungen, welcher Art auch immer, in notengetreue Wiederholungen +umgewandelt, die Noten werden also wiederholt ausgegeben. -UNTRANSLATED NODE: IGNORE ME +@lilypond[quote,verbatim,fragment,line-width=8.0\cm] +\unfoldRepeats { + \repeat tremolo 8 {c'32 e' } + \repeat percent 2 { c''8 d'' } + \repeat volta 2 {c'4 d' e' f'} + \alternative { + { g' a' a' g' } + {f' e' d' c' } + } +} +\bar "|." +@end lilypond -@menu -* Up and down:: -* Distances and measurements MAYBE MOVE:: -@end menu -@node Up and down -@subsection Up and down +Wenn man eine Partitur schreibt, die diesen @code{\unfoldRepeats}-Befehl +für die MIDI-Ausgabe benutzt, muss man zwei @code{\score}-Umgebungen +schreiben: eine für die MIDI-Ausgabe, wo die Wiederholungen ausgeschrieben +werden, und eine für die gedruckte Notation, in der Klammern, Tremolo und +Prozent-Wiederholungen benutzt werden. Zum Beispiel: -UNTRANSLATED NODE: IGNORE ME +@example +\score @{ + @var{..music..} + \layout @{ .. @} +@} +\score @{ + \unfoldRepeats @var{..music..} + \midi @{ .. @} +@} +@end example -@node Distances and measurements MAYBE MOVE -@subsection Distances and measurements MAYBE MOVE -UNTRANSLATED NODE: IGNORE ME +@node Text encoding +@subsection Text encoding -@node Other stuffs TODO move? -@section Other stuffs TODO move? +@untranslated -UNTRANSLATED NODE: IGNORE ME -@menu -* Displaying LilyPond notation:: -* Skipping corrected music:: -* context list FIXME:: -* another thing FIXME:: -* Input modes FIXME:: -@end menu @node Displaying LilyPond notation @subsection Displaying LilyPond notation -UNTRANSLATED NODE: IGNORE ME +@untranslated + + +@node Controlling output +@section Controlling output + +@untranslated + + +@menu +* Extracting fragments of music:: +* Skipping corrected music:: +@end menu + +@node Extracting fragments of music +@subsection Extracting fragments of music + +@untranslated + @node Skipping corrected music @subsection Skipping corrected music -UNTRANSLATED NODE: IGNORE ME +@untranslated + + +@node MIDI output +@section MIDI output + +@untranslated + + +@menu +* Creating MIDI files:: +* MIDI block:: +* What goes into the MIDI output?:: +* Repeats in MIDI:: +* Controlling MIDI dynamics:: +@end menu + +@node Creating MIDI files +@subsection Creating MIDI files + +@untranslated + + +@unnumberedsubsubsec Instrument names +@node MIDI block +@subsection MIDI block + +@untranslated + + +@node What goes into the MIDI output? +@subsection What goes into the MIDI output? + +@untranslated -@node context list FIXME -@subsection context list FIXME -UNTRANSLATED NODE: IGNORE ME +@unnumberedsubsubsec Supported in MIDI +@unnumberedsubsubsec Unsupported in MIDI +@node Repeats in MIDI +@subsection Repeats in MIDI -@node another thing FIXME -@subsection another thing FIXME +@untranslated -UNTRANSLATED NODE: IGNORE ME -@node Input modes FIXME -@subsection Input modes FIXME +@node Controlling MIDI dynamics +@subsection Controlling MIDI dynamics -UNTRANSLATED NODE: IGNORE ME +@untranslated --- SKELETON FILE -- -When you actually translate this file, please remove these lines as -well as all `UNTRANSLATED NODE: IGNORE ME' lines. +@unnumberedsubsubsec Dynamic marks +@unnumberedsubsubsec Overall MIDI volume +@unnumberedsubsubsec Equalizing different instruments (i) +@unnumberedsubsubsec Equalizing different instruments (ii)