]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-with-centered-dynamics.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / piano-template-with-centered-dynamics.ly
index 2d273d1c50f85a8e2704a424d520eeeecfbe2c8e..eac25157f62a31a7553a7bad8031c4a923ca61c1 100644 (file)
@@ -1,9 +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.
-%% Note: this file works from version 2.12.0
 \version "2.13.1"
 
 \header {
+  lsrtags = "expressive-marks, keyboards, template"
+
 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
   texidoces = "
 Muchas partituras de piano tienen las indicaciones dinámicas
@@ -29,16 +30,15 @@ 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
@@ -64,9 +64,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
   >>