]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/forcing-horizontal-shift-of-notes.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / forcing-horizontal-shift-of-notes.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "simultaneous-notes, tweaks-and-overrides"
7
8  doctitlees = "Forzar el desplazamiento horizontal de las notas"
9  texidoces = "
10 Cuando el motor de tipografiado no es capaz de todo, se puede usar la
11 propiedad force-hshift del objeto NoteColumn para sobreescribir
12 decisiones de tipografiado.  Las unidades de medida que se usan aquí
13 son espacios de pentagrama.
14
15 "
16
17 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
18   texidocde = "
19 Wenn es zu Zusammenstößen kommt, kann mit folgender Lösung eine andere
20 Position manuell eingestellt werden.  Die Einheiten hier sind
21 Notenlinienzwischenräume.
22
23 "
24   doctitlede = "Horizontale Verschiebung von Noten erzwingen"
25
26   texidoc = "
27 When the typesetting engine cannot cope, the following syntax can be
28 used to override typesetting decisions. The units of measure used here
29 are staff spaces.
30
31 "
32   doctitle = "Forcing horizontal shift of notes"
33 } % begin verbatim
34
35 \relative c' <<
36   {
37     <d g>2 <d g>
38   }
39   \\
40   {
41     <b f'>2
42     \once \override NoteColumn #'force-hshift = #1.7
43     <b f'>2
44   }
45 >>