]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/vertically-aligning-dynamics-across-multiple-notes.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / vertically-aligning-dynamics-across-multiple-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 = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 Las expresiones dinámicas que se comienzan, terminan o se producen
11 en la misma nota se alinean verticalmente.  Para asegurar que las
12 expresiones dinámicas se alinean cuando no se producen sobre la
13 misma nota, incremente la propiedad @code{staff-padding} del
14 objeto @code{DynamicLineSpanner}.
15
16 "
17   doctitlees = "Alinear verticalmente expresiones dinámicas que abarcan varias notas"
18
19   texidoc = "
20 Dynamics that occur at, begin on, or end on the same note will be
21 vertically aligned.  To ensure that dynamics are aligned when they do
22 not occur on the same note, increase the @code{staff-padding} property
23 of the @code{DynamicLineSpanner} object. 
24
25 "
26   doctitle = "Vertically aligning dynamics across multiple notes"
27 } % begin verbatim
28
29 \relative c' {
30   \override DynamicLineSpanner #'staff-padding = #4
31   c2\p f\mf
32   g2\< b4\> c\!
33 }
34