]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly
LSR updates
[lilypond.git] / Documentation / snippets / vertically-aligning-dynamics-across-multiple-notes.ly
index 4b8ae7e69df634aff7996f5c3bd83cb7020b33b6..c0f2ea8f575b6c6ded076cabaf5665ad9f991f91 100644 (file)
@@ -4,22 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.11"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  texidoces = "
-Las expresiones dinámicas que se comienzan, terminan o se producen
-en la misma nota se alinean verticalmente.  Para asegurar que las
-expresiones dinámicas se alinean cuando no se producen sobre la
-misma nota, incremente la propiedad @code{staff-padding} del
-objeto @code{DynamicLineSpanner}.
-
-"
-  doctitlees = "Alinear verticalmente expresiones dinámicas que abarcan varias notas"
-
   texidoc = "
 Dynamics that occur at, begin on, or end on the same note will be
 vertically aligned.  To ensure that dynamics are aligned when they do
@@ -32,8 +21,7 @@ of the @code{DynamicLineSpanner} object.
 
 
 \relative c' {
-  \override DynamicLineSpanner #'staff-padding = #4
+  \override DynamicLineSpanner.staff-padding = #4
   c2\p f\mf
   g2\< b4\> c\!
 }
-