]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-horizontal-shift-of-notes.ly
Require 2.4 <= x < 3.0 where x=Python version.
[lilypond.git] / Documentation / snippets / forcing-horizontal-shift-of-notes.ly
index 2339ba64554edb8286b4d837b20bbe4a70ce4e4e..df76752ddd201b5c038395081c2f8845f2fb9da2 100644 (file)
@@ -1,29 +1,14 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.17.20"
 
 \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
@@ -33,6 +18,7 @@ are staff spaces.
   doctitle = "Forcing horizontal shift of notes"
 } % begin verbatim
 
+
 \relative c' <<
   {
     <d g>2 <d g>
@@ -40,8 +26,7 @@ are staff spaces.
   \\
   {
     <b f'>2
-    \once \override NoteColumn #'force-hshift = #1.7
+    \once \override NoteColumn.force-hshift = #1.7
     <b f'>2
   }
 >>
-