]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/forcing-horizontal-shift-of-notes.ly
Docs: reorganize documentation directory structure
[lilypond.git] / input / lsr / forcing-horizontal-shift-of-notes.ly
diff --git a/input/lsr/forcing-horizontal-shift-of-notes.ly b/input/lsr/forcing-horizontal-shift-of-notes.ly
deleted file mode 100644 (file)
index 2339ba6..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-%% 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.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
-propiedad force-hshift del objeto NoteColumn para sobreescribir
-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 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
-    \once \override NoteColumn #'force-hshift = #1.7
-    <b f'>2
-  }
->>
-