X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvertically-aligning-dynamics-across-multiple-notes.ly;h=4c057c099891ab93225a7a844bbbe8059d878541;hb=c4b122bf88e2aff20df5f85130e67aab73f7c5bf;hp=ca2097bd39f5d4d6bbdccd0cd768020886e9f3ea;hpb=da77ae29b4974f89fa168729ffcda756a39688c0;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 ca2097bd39..4c057c0998 100644 --- a/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly +++ b/Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly @@ -1,25 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.18.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - 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 @@ -30,10 +19,8 @@ of the @code{DynamicLineSpanner} object. doctitle = "Vertically aligning dynamics across multiple notes" } % begin verbatim - \relative c' { - \override DynamicLineSpanner #'staff-padding = #4 + \override DynamicLineSpanner.staff-padding = #4 c2\p f\mf g2\< b4\> c\! } -