X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fde%2Fnotation%2Frepeats.itely;h=0c4e34753ff72c8a25b541cbda2064293e3d19e6;hb=0a55de15c7a43e4ce34c4d82830eeaa90d0de0c0;hp=6735c55a030d131d884dfa1ad1d4863e2e0ef186;hpb=3ea291c21ce16aeaf00b6a6f500bf0a3a9b790d9;p=lilypond.git diff --git a/Documentation/de/notation/repeats.itely b/Documentation/de/notation/repeats.itely index 6735c55a03..0c4e34753f 100644 --- a/Documentation/de/notation/repeats.itely +++ b/Documentation/de/notation/repeats.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*- @ignore - Translation of GIT committish: 06f227dd80f3a30cbf33c879b7c125079dfaf5c3 + Translation of GIT committish: a0077273ac8bf29ae472c8712bc78a02d138f898 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -242,6 +242,25 @@ g1 | Die @code{measureLength}-Eigenschaft ist beschrieben in @ref{Verwaltung der Zeiteinheiten}. +@funindex \inStaffSegno + +Der @code{\inStaffSegno}-Befehl kann angewandt werden, um das +Segno-Zeichen in die Notenzeile einzubinden, auch in Kooperation +mit dem @code{\repeat volta}-Befehl. Die benutzten +Taktstrichsymbole können durch Überschreiben der Eigenschaften +@code{segnoType}, @code{startRepeatSegnoType}, +@code{endRepeatSegnoType} bzw. @code{doubleRepeatSegnoType} +geändert werden. + +@lilypond[verbatim,quote,relative=1] +e1 +\repeat volta 2 { + \inStaffSegno + f2 g a b +} +c1_"D.S." \bar "|." +@end lilypond + @cindex Wiederholungen mit Überbindung @cindex Alternative Schlüsse mit Bindebogen @cindex Überbindung in Wiederholung @@ -430,7 +449,8 @@ in einer Scheme-Liste einzufügen. voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } } \relative c'' { c1 - \set Score.repeatCommands = #(list(list 'volta voltaAdLib) 'start-repeat) + \set Score.repeatCommands = + #(list(list 'volta voltaAdLib) 'start-repeat) c4 b d e \set Score.repeatCommands = #'((volta #f) (volta "4.") end-repeat) f1