X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpiano-template-with-centered-dynamics.ly;h=a1843fbd44a69a2a1c8a7a7c33293dd272d63743;hb=ca3b8c69a4a3d6bf69fcf7e36b32e0175bb7ff18;hp=eac25157f62a31a7553a7bad8031c4a923ca61c1;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;p=lilypond.git diff --git a/Documentation/snippets/piano-template-with-centered-dynamics.ly b/Documentation/snippets/piano-template-with-centered-dynamics.ly index eac25157f6..a1843fbd44 100644 --- a/Documentation/snippets/piano-template-with-centered-dynamics.ly +++ b/Documentation/snippets/piano-template-with-centered-dynamics.ly @@ -1,44 +1,57 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.1" +% Do not edit this file; it is automatically +% generated from Documentation/snippets/new +% This file is in the public domain. +%% Note: this file works from version 2.13.4 +\version "2.13.29" \header { - lsrtags = "expressive-marks, keyboards, template" - -%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65 +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " -Muchas partituras de piano tienen las indicaciones dinámicas -centradas entre los dos pentagramas. Esto requiere un poco de -trucaje, pero puesto que la plantilla está aquí mismo, no tenemos -que hacer este trucaje por nuestra cuenta. +Muchas partituras de piano tienen las indicaciones dinámicas centradas +entre los dos pentagramas. El contexto @code{Dynamics}, si se sitúa +entre pentagramas, coloca los matices dinámicos correctamente de forma +automática. " doctitlees = "Plantilla de piano con matices centrados" -%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6 - - texidocde = " -In der meisten Klaviernotation werden die Dynamikzeichen zwischen -den beiden Systemen zentriert. Für LilyPond muss man die Einstellungen -etwas anpassen, aber Sie können ja das angepasste Beispiel von hier -kopieren. -" -%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae + +%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 texidocja = " 多くのピアノ譜は、強弱記号を 2 つの譜の間に置きます。これを実現するにはちょっ@c とした調整が必要ですが、そのテンプレートがここにあるので、あなた自身が調整を行@c う必要はありません。 " +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 + texidocde = " +In der meisten Klaviernotation werden die Dynamikzeichen zwischen +den beiden Systemen zentriert. Für LilyPond muss man die Einstellungen +etwas anpassen, aber Sie können ja das angepasste Beispiel von hier +kopieren. +" + + +%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16 + texidocfr = " +Nombre d'ouvrages pour piano font apparaître les nuances entre les deux +portées. Bien que cela nécessite quelques subtilités, voici de quoi +obtenir un tel résultat. + +" + doctitlefr = "Piano et nuances entre les portées" + + lsrtags = "expressive-marks, keyboards, template" texidoc = " Many piano scores have the dynamics centered between the two staves. -This requires a bit of tweaking to implement, but since the template is -right here, you don't have to do the tweaking yourself. +The @code{Dynamics} context, if placed between staves, will +automatically position dynamics correctly. " doctitle = "Piano template with centered dynamics" } % begin verbatim + global = { \key c \major \time 4/4 @@ -69,35 +82,7 @@ pedal = { \new Staff = "Staff_pfLower" << \global \lower >> \new Dynamics = "pedal" \pedal >> - - \layout { - % define Dynamics context - \context { - \type "Engraver_group" - \name Dynamics - \alias Voice - \consists "Output_property_engraver" - \consists "Piano_pedal_engraver" - \consists "Script_engraver" - \consists "New_dynamic_engraver" - \consists "Dynamic_align_engraver" - \consists "Text_engraver" - \consists "Skip_event_swallow_translator" - \consists "Axis_group_engraver" - - pedalSustainStrings = #'("Ped." "*Ped." "*") - pedalUnaCordaStrings = #'("una corda" "" "tre corde") - \override DynamicLineSpanner #'Y-offset = #0 - \override TextScript #'font-size = #2 - \override TextScript #'font-shape = #'italic - \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1) - } - % modify PianoStaff context to accept Dynamics context - \context { - \PianoStaff - \accepts Dynamics - } - } + \layout { } } \score {