]> git.donarmstrong.com Git - lilypond.git/blob - input/test/pedal.ly
840947a5b094d0dbb1d25925618f0f423f729a79
[lilypond.git] / input / test / pedal.ly
1 \header{
2 texidoc = "Piano pedal symbols merge stop and start.  The strings are configurable. ";
3 }
4
5 \version "1.3.120";
6
7
8 \score{
9 \context Staff \notes\relative c'{
10 c4\sustainDown d e f\sustainUp g\sustainDown b c
11 c, [d16 \sustainUp \sustainDown c  c c] [e e \sustainUp \sustainDown e e ] f4 \sustainUp g\sustainDown b c
12 \property Staff.pedalSustainStrings = #'("-" "-P" "P")
13 \property Staff.SustainPedal \override #'padding = #2
14 c, \sustainUp\sustainDown d e f
15  \sustainUp g\sustainDown b c
16 }
17 \paper{
18 }
19 \midi{
20 \tempo 4 = 60;
21 }
22 }