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