]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
authorGraham Percival <graham@percival-music.ca>
Thu, 14 Jun 2007 07:25:34 +0000 (00:25 -0700)
committerGraham Percival <graham@percival-music.ca>
Thu, 14 Jun 2007 07:25:34 +0000 (00:25 -0700)
Documentation/de/user/basic-notation.itely
Documentation/de/user/non-music.itely
Documentation/topdocs/INSTALL.texi

index f617d2a6943ace1a0372dc490d331bc2fe4d2cde..23cb4a1025e90d0125f07c6a77eae108da5fc951 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @c This file is part of lilypond.tely
 @ignore
-    Translation of GIT committish: 0bf625c588a94030d351f3f8ec631cada2e15d8a
+    Translation of GIT committish: 3733d93a10f64a886941dc05afd8dc07fe47b67a
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -1825,7 +1825,8 @@ erhöhen würde).
 In Partituren mit vielen Systemen wird ein @code{\bar}-Befehl in einem 
 System automatisch auf alle anderen Systeme angewendet. Die resultierenden 
 Taktlinien sind miteinander verbunden innerhalb einer Gruppe 
- (@code{StaffGroup}) oder einem Klaviersystem @code{PianoStaff}.
+ (@code{StaffGroup}) oder einem Klaviersystem (@code{PianoStaff} 
+bzw. (@code{GrandStaff}).
 
 @lilypond[quote,ragged-right,fragment,verbatim]
 <<
@@ -3370,18 +3371,13 @@ c1
 \alternative { {d2 d} {f f,} }
 @end lilypond
 
-@c hier neues Beispiel (korrigiert) finden oder ganz weglassen.
-Im nächsten Beispiel ist die erste Klammer kein vollständiger Takt, 
-denn sie umfasst nur drei Schläge. Der Anfang der zweiten Klammer 
-enthält die fehlende Viertelnote aus der ersten Klammer. Diese 
-zusätzliche Note hat nichts zu tun mit dem Auftakt zu Beginn des 
-Beispiels.
+Wiederholungen können mit Auftakten kombiniert werden.
 
 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
 \new Staff {
-  \partial 4
-  \repeat volta 4 { e | c2 d2 | e2 f2 | }
-  \alternative { { g4 g g } { a | a a a a | b2. } }
+  \partial 4 e |
+  \repeat volta 4 { c2 d2 | e2 f2 | }
+  \alternative { { g4 g g e } { a a a a | b2. } }
 }
 @end lilypond
 
index ddc50cb2ac2c4d0e29c1cada68d0e18057e4ef30..d06bc8c89952d70b4a2cf4e203ad29f9dd10640d 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 @c This file is part of lilypond.tely
 @ignore
-    Translation of GIT committish: fe3ad51aa284b6f8c6dfd27a5b3fb7cffe83c666
+    Translation of GIT committish: 3733d93a10f64a886941dc05afd8dc07fe47b67a
 
 
     When revising a translation, copy the HEAD committish of the
index 194c74e697a5ea64be958b00598d240e4a4023b3..439e8330c291bedb8fa8800ecb907c6e158c88fb 100644 (file)
@@ -304,7 +304,7 @@ set runtimepath+=/usr/local/share/lilypond/$@{LILYPOND_VERSION@}/vim/
 @end quotation
 
 @noindent
-where $@{LILYPOND_VERISON@} is your lilypond version.  If Lilypond was not
+where $@{LILYPOND_VERSION@} is your lilypond version.  If Lilypond was not
 installed in @file{/usr/local/}, then change this path accordingly.