]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/positioning-grace-notes-with-floating-space.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / positioning-grace-notes-with-floating-space.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 = "rhythms"
7
8 %% Translation of GIT committish: 5a33019d8b4a837f564eadd4979501ff07e9dfd5
9   texidoces = "
10
11 Al establecer la propiedad @code{'strict-grace-spacing} hacemos
12 que las columnas musicales para las notas de adorno sean
13 'flotantes', es decir, desacopladas de las notas que no son de
14 adorno: primero se aplica el espaciado de las notas normales, y
15 luego se ponen las columnas musicales de las notas de adorno a la
16 izquierda de las columnas musicales de las notas principales.
17
18 "
19
20   doctitlees = "Posicionamiento de las notas de adorno con espacio flotante"
21
22
23 %% Translation of GIT committish: 13ac9d1dfbcc297166948ee396e9ade078d2446e
24   texidocde = "
25 Wenn man die Eigenschaft @code{'strict-grace-spacing} aktiviert,
26 werden die Verzierungsnoten \"fließend\" gemacht, d.h. sie sind
27 von den normalen Noten los gekoppelt: Zuerst werden die normalen
28 Noten platziert, dann erst die Verzierungen links von der
29 Hauptnote gesetzt.
30
31 "
32   doctitlede = "Positionierung von Verzierungen mit verschiebbarem Platz"
33
34   texidoc = "
35 Setting the property @code{'strict-grace-spacing} makes the musical
36 columns for grace notes 'floating', i.e., decoupled from the non-grace
37 notes: first the normal notes are spaced, then the (musical columns of
38 the) graces are put left of the musical columns for the main notes.
39
40 "
41   doctitle = "Positioning grace notes with floating space"
42 } % begin verbatim
43
44 \relative c'' {
45   <<
46     \override Score.SpacingSpanner #'strict-grace-spacing = ##t
47     \new Staff \new Voice {
48       \afterGrace c4 { c16[ c8 c16] }
49       c8[ \grace { b16[ d] } c8]
50       c4 r
51     }
52     \new Staff {
53       c16 c c c c c c c c4 r
54     }
55   >>
56 }
57