]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-aligning-dynamics-across-multiple-notes.ly
Thinko: Remove originalMiddleCPosition from Ottava_engraver.
[lilypond.git] / Documentation / snippets / vertically-aligning-dynamics-across-multiple-notes.ly
index 2d0dc14ea5692423d843958fe0ef516a2f27c5f8..31ac07b2f0ae41b77fcf26b435e5c5d8ae41ed68 100644 (file)
@@ -1,11 +1,12 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.13.10"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f
   texidoces = "
 Las expresiones dinĂ¡micas que se comienzan, terminan o se producen
 en la misma nota se alinean verticalmente.  Para asegurar que las
@@ -20,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"