From 68a6599f25203918a1a8df21447240c6b8fe7d70 Mon Sep 17 00:00:00 2001 From: Till Paala Date: Sun, 15 Apr 2007 12:53:56 +0300 Subject: [PATCH] updates to the german translation according to check-translation --- Documentation/de/user/cheatsheet.itely | 22 +++++++++++++++++----- Documentation/de/user/introduction.itely | 2 +- Documentation/de/user/tutorial.itely | 20 ++++++++++---------- Documentation/de/user/working.itely | 2 +- 4 files changed, 29 insertions(+), 17 deletions(-) diff --git a/Documentation/de/user/cheatsheet.itely b/Documentation/de/user/cheatsheet.itely index 708fdaca76..f854466338 100644 --- a/Documentation/de/user/cheatsheet.itely +++ b/Documentation/de/user/cheatsheet.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 3237f4afc77b528ca92ca6d68664bd80e39d9e76 + Translation of GIT committish: fc6469f52dc27d4b5c22067367878a5c2ff5fb45 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -155,8 +155,14 @@ a8-[ b-] @tab mehr Notensysteme @tab @lilypond[fragment] -<< \new Staff { c'1 } - \new Staff { c'1 } >> +<< \new Staff { + \set Staff.implicitTimeSignatureVisibility = #all-invisible + c'1 + } + \new Staff { + \set Staff.implicitTimeSignatureVisibility = #all-invisible + c'1 + } >> @end lilypond @@ -169,12 +175,12 @@ c-> c-. @end lilypond -@item @code{c\mf c\sfz} +@item @code{c2\mf c\sfz} @tab Dynamik @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible -c\mf c\sfz +c2\mf c\sfz @end lilypond @@ -203,6 +209,7 @@ a\> a a\! @tab Noten im Akkord @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible @end lilypond @@ -220,6 +227,7 @@ f8 c2 d e @tab Triolen @tab @lilypond[relative=1,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \times 2/3 { f8 g a } @end lilypond @@ -228,6 +236,7 @@ f8 c2 d e @tab Verzierungen @tab @lilypond[relative=2,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \context Voice { \grace b16 c4 } @end lilypond @@ -248,6 +257,7 @@ twinkle @tab Text-Trennstrich @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible << { g'1 g } \new Lyrics \lyricsto "" { twin -- kle } @@ -258,6 +268,7 @@ twinkle @tab Akkorde @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \chordmode { c:dim f:maj7 } @end lilypond @@ -272,6 +283,7 @@ twinkle @tab Mehrstimmigkeit @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \context Staff <<{e f} \\ {c d}>> @end lilypond diff --git a/Documentation/de/user/introduction.itely b/Documentation/de/user/introduction.itely index bee7cbbcb1..2166ddd2cf 100644 --- a/Documentation/de/user/introduction.itely +++ b/Documentation/de/user/introduction.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 3237f4afc77b528ca92ca6d68664bd80e39d9e76 + Translation of GIT committish: fc6469f52dc27d4b5c22067367878a5c2ff5fb45 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. diff --git a/Documentation/de/user/tutorial.itely b/Documentation/de/user/tutorial.itely index 030fd5461f..2545c62744 100644 --- a/Documentation/de/user/tutorial.itely +++ b/Documentation/de/user/tutorial.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: e489bed81d0ac43dd58c29d37689823ec3f40a9b + Translation of GIT committish: fc6469f52dc27d4b5c22067367878a5c2ff5fb45 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -140,10 +140,10 @@ dann betrachtet werden kann. @subsubheading MacOS X -Wenn Sie das LilyPond.app-Symbol doppelt klicken, öffnet +Wenn Sie das @code{LilyPond.app}-Symbol doppelt klicken, öffnet sich eine Beispiel-Datei. Speichern Sie sie etwa als @file{test.ly} auf dem Desktop und übersetzen Sie sie -mit dem Menü-Befehl @q{Compile > Typeset File}. +mit dem Menü-Befehl @qq{Compile > Typeset File}. Die PDF-Datei mit dem fertigen Notensatz wird automatisch geöffnet. @@ -152,7 +152,7 @@ Minut dauern, bis die Eingabedatei übersetzt wird, weil die Schriften des Betriebssystems erst überprüft werden müssen. Das nächste Mal, wenn Sie LilyPond benutzen, sollten Sie - @q{New} oder "@q{Open} wählen. Sie müssen die Datei + @qq{New} oder @qq{Open} wählen. Sie müssen die Datei speichern, bevor Sie sie übersetzen können. Wenn es Fehler gibt, lesen Sie die Meldungen im Log-Fenster. @@ -429,7 +429,7 @@ LilyPonds Quelldateien werden wie Dateien in den meisten Programmiersprachen behandelt: Es ist auf Groß- und Kleinschreibung zu achten, Ausdrücke werden mit geschreiften Klammern @{ @} eingeklammert und Kommentare mit dem Prozentzeichen @code{%} auskommentiert -oder mit @code{%@{ .. %@}} umgeben. +oder mit @code{%@{ ... %@}} umgeben. Wenn das jetzt unverständlich klang, sind hier die Erklärungen: @@ -442,14 +442,14 @@ Wenn das jetzt unverständlich klang, sind hier die Erklärungen: Die Bedeutung eines Zeichens verändert sich, je nachdem, ob es groß (@code{A, B, S, T}) oder klein (@code{a, b, s, t}) geschrieben wird. Noten müssen -immer kleingeschrieben werden, @code{ @{ c d e @} } funktioniert, -während @code{ @{ C D E @} } eine Fehlernachricht produziert. +immer kleingeschrieben werden, @code{@{ c d e @}} funktioniert, +während @code{@{ C D E @}} eine Fehlernachricht produziert. @item @strong{Leerzeichen:} Es spielt keine Rolle, wie viele Leerzeichen oder lere Zeilen sich zwischen den Zeichen der Quelldatei befinden. - @code{ @{ c d e @}} bedeutet das Gleiche wie - @code{ @{ c @ @ @ @ @ d e @} } oder + @code{@{ c d e @}} bedeutet das Gleiche wie + @code{@{ c @ @ @ @ @ d e @}} oder @example @{ c d @@ -474,7 +474,7 @@ Die Klammern sollten von jeweils einem Leerzeichen umgeben sein, um Zweideutigkeiten auszuschließen, außer sie befinden sich am Anfang oder Ende einer Zeile. -Eine Funktion (wie etwa @code{\relative @{ @}} ) wird auch als ein einzelner +Eine Funktion (wie etwa @code{\relative @{ @}}) wird auch als ein einzelner Musikausdruck gewertet. @cindex Kommentare diff --git a/Documentation/de/user/working.itely b/Documentation/de/user/working.itely index f780ed2309..9f09c1d3ac 100644 --- a/Documentation/de/user/working.itely +++ b/Documentation/de/user/working.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 2655939401240c8261f87583aeda760b8cf52d7e + Translation of GIT committish: fc6469f52dc27d4b5c22067367878a5c2ff5fb45 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. -- 2.39.5