]> git.donarmstrong.com Git - lilypond.git/blob - input/test/pedal.ly
patch::: 1.3.95.jcn4
[lilypond.git] / input / test / pedal.ly
1 \score{
2 \context Staff \notes\relative c'{
3 c4\sustaindown d e f\sustainup g\sustaindown b c
4 c, [d16 \sustainup \sustaindown c  c c] [e e \sustainup \sustaindown e e ] f4 \sustainup g\sustaindown b c
5 \property Staff.stopStartSustain = #"-P"
6 \property Staff.startSustain = #"P"
7 \property Staff.sustainPedalPadding = #10
8
9 c,\sustainup\sustaindown d e f \sustainup g\sustaindown b c
10 }
11 \paper{
12 }
13 \midi{
14 \tempo 4 = 60;
15 }
16 }