]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/forcing-horizontal-shift-of-notes.ly
2339ba64554edb8286b4d837b20bbe4a70ce4e4e
[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 %% Translation of GIT committish: 73115c93908af74c12a19753e79cbca47b2c2978
9  doctitlees = "Forzar el desplazamiento horizontal de las notas"
10  texidoces = "
11 Cuando el motor de tipografiado no es capaz de todo, se puede usar la
12 propiedad force-hshift del objeto NoteColumn para sobreescribir
13 decisiones de tipografiado.  Las unidades de medida que se usan aquí
14 son espacios de pentagrama.
15
16 "
17
18 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
19   texidocde = "
20 Wenn es zu Zusammenstößen kommt, kann mit folgender Lösung eine andere
21 Position manuell eingestellt werden.  Die Einheiten hier sind
22 Notenlinienzwischenräume.
23
24 "
25   doctitlede = "Horizontale Verschiebung von Noten erzwingen"
26
27   texidoc = "
28 When the typesetting engine cannot cope, the following syntax can be
29 used to override typesetting decisions. The units of measure used here
30 are staff spaces.
31
32 "
33   doctitle = "Forcing horizontal shift of notes"
34 } % begin verbatim
35
36 \relative c' <<
37   {
38     <d g>2 <d g>
39   }
40   \\
41   {
42     <b f'>2
43     \once \override NoteColumn #'force-hshift = #1.7
44     <b f'>2
45   }
46 >>
47