Piano template with centered dynamics
Many piano scores have the dynamics centered between the two staves. This snippet demonstrates … …was achieved with older versions of LilyPond; the Dynamics context is now included by default (starting with …
…d } lower = \relative c { \clef bass a2 c } dynamics = { s2\fff\> s4 s\!\pp } pedal = { s2\sustainOn … …PianoStaff_pf" << \new Staff = "Staff_pfUpper" << \global \upper \dynamics \pedal >> \new Staff = "Staff_pfLower" << \global \lower \dynamics \pedal >> >> \midi { } }