]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-marks-with-various-notation-objects.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / aligning-marks-with-various-notation-objects.ly
index 6b79863544600b220d7b92896b85cf5b162966fb..7f9d85ed69283a93dd8f0fac0c55a98e56d3f0ef 100644 (file)
@@ -1,10 +1,11 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.57"
+\version "2.13.1"
 
 \header {
   lsrtags = "text"
 
+%% Translation of GIT committish: 00e3a8264e138ad61b4f115a173190d5e9dc7533
   texidoces = "
 Si están especificadas, las marcas de texto se pueden alinear con
 objetos de notación distintos a las líneas divisorias.  Entre estos
@@ -20,6 +21,23 @@ debe hacer este ajuste para todos los pentagramas).
 "
   doctitlees = "Alinear marcas con varios objetos de notación"
 
+%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
+  texidocde = "
+Wenn angegeben, können Textzeichen auch an anderen Objekten als Taktstrichen
+ausgerichtet werden.  Zu diesen Objekten gehören @code{ambitus},
+@code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar},
+@code{left-edge}, @code{key-cancellation}, @code{key-signature} und
+@code{time-signature}.
+
+In diesem Fall werden die Zeichen horizontal über dem Objekt zentriert.
+Diese Ausrichtung kann auch geändert werden, wie die zweite Zeile
+des Beispiels zeigt.  In einer Partitur mit vielen Systemen sollte
+diese Einstellung für alle Systeme gemacht werden.
+
+"
+
+  doctitlede = "Zeichen an verschiedenen Notationsobjekten ausrichten"
+
   texidoc = "
 If specified, text marks may be aligned with notation objects other
 than bar lines.  These objects include @code{ambitus},
@@ -39,6 +57,7 @@ be done for all the staves).
 "
   doctitle = "Aligning marks with various notation objects"
 } % begin verbatim
+
 \relative c' {
   e1
   
@@ -47,7 +66,7 @@ be done for all the staves).
   \key a \major
   \clef treble
   \mark "↓"
-  e
+  e1
   
   % the RehearsalMark will be centered above the TimeSignature
   \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
@@ -66,22 +85,22 @@ be done for all the staves).
   e1
 
   \break
-  e
+  e1
   
   % the RehearsalMark will be aligned with the left edge of the KeySignature
   \once \override Score.KeySignature #'break-align-anchor-alignment = #LEFT
   \mark "↓"
   \key a \major
-  e
+  e1
   
   % the RehearsalMark will be aligned with the right edge of the KeySignature
   \once \override Score.KeySignature #'break-align-anchor-alignment = #RIGHT
   \key a \major
   \mark "↓"
-  e
+  e1
   
   % the RehearsalMark will be aligned with the left edge of the KeySignature
-  % and then shifted right by 1 unit.
+  % and then shifted right by one unit.
   \once \override Score.KeySignature #'break-align-anchor = #1
   \key a \major
   \mark "↓"