]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/aligning-marks-with-various-notation-objects.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / aligning-marks-with-various-notation-objects.ly
index 79dd4aaaa7651298e1fd57ffd5978661c6cfe3f7..85ee5dce1fe17a1aab3e9a0839cad50a79ed122b 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "text"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   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
@@ -23,7 +26,7 @@ debe hacer este ajuste para todos los pentagramas).
   doctitlees = "Alinear marcas con varios objetos de notación"
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Wenn angegeben, können Textzeichen auch an anderen Objekten als Taktstrichen
 ausgerichtet werden.  Zu diesen Objekten gehören @code{ambitus},
@@ -40,7 +43,7 @@ diese Einstellung für alle Systeme gemacht werden.
 
   doctitlede = "Zeichen an verschiedenen Notationsobjekten ausrichten"
 
-%% Translation of GIT committish: c2e8b1d6d671dbfc138f890cbc7e9882b7be2761
+%% Translation of GIT committish: 548ef200973bd3d46ea75c5498461d9e5f168334
   texidocfr = "
 Les indications textuelles peuvent s'aligner par rapport à d'autres
 objets que des barres de mesure, tels que @code{ambitus},
@@ -86,14 +89,14 @@ be done for all the staves).
 
 \relative c' {
   e1
-  
+
   % the RehearsalMark will be centered above the Clef
   \override Score.RehearsalMark #'break-align-symbols = #'(clef)
   \key a \major
   \clef treble
   \mark "↓"
   e1
-  
+
   % the RehearsalMark will be centered above the TimeSignature
   \override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
   \key a \major
@@ -101,7 +104,7 @@ be done for all the staves).
   \time 3/4
   \mark \markup { \char ##x2193 }
   e2.
-  
+
   % the RehearsalMark will be centered above the KeySignature
   \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
   \key a \major
@@ -112,19 +115,19 @@ be done for all the staves).
 
   \break
   e1
-  
+
   % the RehearsalMark will be aligned with the left edge of the KeySignature
   \once \override Score.KeySignature #'break-align-anchor-alignment = #LEFT
   \mark \markup { \char ##x2193 }
   \key a \major
   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 \markup { \char ##x2193 }
   e1
-  
+
   % the RehearsalMark will be aligned with the left edge of the KeySignature
   % and then shifted right by one unit.
   \once \override Score.KeySignature #'break-align-anchor = #1