]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / vertically-aligning-dynamics-across-multiple-notes.ly
index 2de77b3c6efa0ca1c08be537ab09d31d4c365efa..9f1d5eca2517c791062723c6417b1807115495e2 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   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 +24,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"