]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/forcing-horizontal-shift-of-notes.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / lsr / forcing-horizontal-shift-of-notes.ly
index 93872fb28d35f16deff87535442aa7311ef4284b..2339ba64554edb8286b4d837b20bbe4a70ce4e4e 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.51"
+\version "2.13.1"
 
 \header {
   lsrtags = "simultaneous-notes, tweaks-and-overrides"
 
+%% Translation of GIT committish: 73115c93908af74c12a19753e79cbca47b2c2978
  doctitlees = "Forzar el desplazamiento horizontal de las notas"
  texidoces = "
 Cuando el motor de tipografiado no es capaz de todo, se puede usar la
@@ -13,21 +14,34 @@ decisiones de tipografiado.  Las unidades de medida que se usan aquí
 son espacios de pentagrama.
 
 "
+
+%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
+  texidocde = "
+Wenn es zu Zusammenstößen kommt, kann mit folgender Lösung eine andere
+Position manuell eingestellt werden.  Die Einheiten hier sind
+Notenlinienzwischenräume.
+
+"
+  doctitlede = "Horizontale Verschiebung von Noten erzwingen"
+
   texidoc = "
-When the typesetting engine cannot cope, the @code{force-hshift}
-property of the @code{NoteColumn} object can be used to override
-typesetting decisions. The measure units used here are staff spaces.
+When the typesetting engine cannot cope, the following syntax can be
+used to override typesetting decisions. The units of measure used here
+are staff spaces.
 
 "
   doctitle = "Forcing horizontal shift of notes"
 } % begin verbatim
+
 \relative c' <<
   {
     <d g>2 <d g>
   }
   \\
-  { <b f'>2
+  {
+    <b f'>2
     \once \override NoteColumn #'force-hshift = #1.7
     <b f'>2
   }
 >>
+