X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvertically-aligning-dynamics-across-multiple-notes.ly;h=12376f4fd22a57806e52f4d5e14172b0797466e4;hb=55c44937d1ce8324bb259095e5d404f44013b99e;hp=2de77b3c6efa0ca1c08be537ab09d31d4c365efa;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly b/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly index 2de77b3c6e..12376f4fd2 100644 --- a/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly +++ b/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly @@ -1,12 +1,12 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.4" +\version "2.13.29" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " Las expresiones dinámicas que se comienzan, terminan o se producen en la misma nota se alinean verticalmente. Para asegurar que las @@ -21,7 +21,7 @@ objeto @code{DynamicLineSpanner}. 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 not occur on the same note, increase the @code{staff-padding} property -of the @code{DynamicLineSpanner} object. +of the @code{DynamicLineSpanner} object. " doctitle = "Vertically aligning dynamics across multiple notes"