X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpiano-template-with-centered-dynamics.ly;h=348ad910c700c51b9a8d3d8b3ea3f3a21531920e;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=3abe8bc938e96c9e56722f329837815215e541fd;hpb=730e35bfe91fc8b151fbd54c6daddaf930664327;p=lilypond.git diff --git a/input/lsr/piano-template-with-centered-dynamics.ly b/input/lsr/piano-template-with-centered-dynamics.ly index 3abe8bc938..348ad910c7 100644 --- a/input/lsr/piano-template-with-centered-dynamics.ly +++ b/input/lsr/piano-template-with-centered-dynamics.ly @@ -1,8 +1,10 @@ -%% Do not edit this file; it is auto-generated from input/new +%% 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.12.0" +\version "2.12.3" \header { + lsrtags = "expressive-marks, keyboards, template" + texidoces = " Muchas partituras de piano tienen las indicaciones dinámicas centradas entre los dos pentagramas. Esto requiere un poco de @@ -19,16 +21,15 @@ etwas anpassen, aber Sie können ja das angepasste Beispiel von hier kopieren. " - 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. + " doctitle = "Piano template with centered dynamics" } % begin verbatim - global = { \key c \major \time 4/4 @@ -54,9 +55,9 @@ pedal = { \score { \new PianoStaff = "PianoStaff_pf" << - \new Staff = "Staff_pfUpper" \upper + \new Staff = "Staff_pfUpper" << \global \upper >> \new Dynamics = "Dynamics_pf" \dynamics - \new Staff = "Staff_pfLower" << \lower >> + \new Staff = "Staff_pfLower" << \global \lower >> \new Dynamics = "pedal" \pedal >>