%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/vertically-aligning-dynamics-across-multiple-notes.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
同じ音符に配置されている、または開始あるいは終了する@c
強弱記号は、縦方向に揃えられます。同じ音符に配置されない強弱記号も@c
揃えるためには、@code{DynamicLineSpanner} オブジェクトの @code{staff-padding}
プロパティを大きな値にします。
"
  doctitleja = "複数の音符にまたがる強弱記号を縦方向に揃える"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Des nuances qui commencent, finissent ou se produisent sur une même note
auront le même alignement vertical. L'augmentation de la propriété
@code{staff-padding} de l'objet @code{DynamicLineSpanner} permet
d'aligner différentes nuances affectées à différentes notes.
"

  doctitlefr = "Alignement vertical des nuances sur plusieurs notes"

%% Translation of GIT committish: 4f16fa98fd258f08e64203c793028ea3e363b1c0
  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"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Les expressions dinàmiques que es comencen, acaben o es produeixen
a la mateixa nota, s'alineen verticalment.  Per assegurar que les
expressions dinàmiques s'alineen quan no es produeixen sobre la
mateixa nota, incrementeu la propietat @code{staff-padding} de
l'objecte @code{DynamicLineSpanner}.

"
  doctitleca = "Alinear verticalment expressions dinàmiques que abasten diverses notes"

  categories = "Expressive marks"

  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
not occur on the same note, increase the @code{staff-padding} property
of the @code{DynamicLineSpanner} object.
"

  doctitle = "Vertically aligning dynamics across multiple notes"
} % begin verbatim


\relative c' {
  \override DynamicLineSpanner.staff-padding = #4
  c2\p f\mf
  g2\< b4\> c\!
}



% ****************************************************************
% end ly snippet
% ****************************************************************
