]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/ancient.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / de / notation / ancient.itely
index 813dcf4d5cbb421521efb7275a771dfd96feaa11..326d3a615a859c06f28d3cf779c4858380c073a7 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.30"
+@c \version "2.19.21"
 
 @c Translators: Till Paala
 
@@ -306,8 +306,8 @@ folgenden Beispiel gezeigt:
 
 @lilypond[quote,ragged-right]
 \score {
-  \relative c'' {
-    a1
+  \relative {
+    a'1
     \break
     g
   }
@@ -2574,7 +2574,7 @@ Er bezeichnet die Position von @code{c}:
 
 @lilypond[quote,relative=1,notime,verbatim]
   \clef "kievan-do"
-  \override NoteHead.style = #'kievan
+  \kievanOn
   c
 @end lilypond
 
@@ -2606,8 +2606,10 @@ Notenköpfe:
 @lilypond[quote,fragment,ragged-right,verbatim]
 \autoBeamOff
 \cadenzaOn
-\override NoteHead.style = #'kievan
+\kievanOn
 b'1 b'2 b'4 b'8 b'\breve b'\longa
+\kievanOff
+b'2
 @end lilypond
 
 @seealso
@@ -2641,7 +2643,6 @@ vor allem der Vollständigkeit halber eingesetzt.
 
 @lilypond[quote,relative=1,notime,verbatim]
 \clef "kievan-do"
-\override NoteHead.style = #'kievan
 \override Accidental.glyph-name-alist =
  #alteration-kievan-glyph-name-alist
 bes' dis,
@@ -2663,19 +2664,18 @@ Notationsreferenz:
 
 Eine dekorative Figur wird üblicherweise am Ende von eines
 Musikstückes der Kiever Notation gesetzt, was man als Kiever
-Schlussstrich bezeichnen kann.  Es wird gesetzt mit @code{\bar "kievan"}.
+Schlussstrich bezeichnen kann.  Es wird gesetzt mit @code{\bar "k"}.
 
 @lilypond[quote,relative=1,notime,verbatim]
   \clef "kievan-do"
-  \override NoteHead.style = #'kievan
-  c \bar "kievan"
+  \kievanOn
+  c \bar "k"
 @end lilypond
 
 @seealso
 @ref{Takte},
 @ref{Die Feta-Schriftart}
 
-
 @c Working with ancient music: scenarios and solutions::  {{{1
 @node Musiksatz Alter Musik in der Praxis -- Szenarien und Lösungen
 @subsection Musiksatz Alter Musik in der Praxis -- Szenarien und Lösungen
@@ -2804,9 +2804,9 @@ werden: entweder als einzelne, links ausgerichtete Silbe:
 
 @lilypond[verbatim,ragged-right]
 \include "gregorian.ly"
-chant = \relative c' {
+chant = \relative {
   \clef "G_8"
-  c\breve c4 b4 a c2 c4  \divisioMaior
+  c'\breve c4 b4 a c2 c4  \divisioMaior
   c\breve c4 c f, f \finalis
 }