]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pedal-ped.ly
* scm/music-functions.scm (determine-split-list): bugfixes.
[lilypond.git] / input / regression / pedal-ped.ly
1 \header
2 {
3     texidoc = "Piano pedals: the standard style is with Ped symbols.
4 The string can be tuned. This example shows the shorter tilde/P variant
5 at the end of the melody."
6
7 }
8
9
10 \score{
11     \context Staff \notes\relative c'{
12
13         c4 d e f g
14         \sustainDown b c
15         c, d16[  c  c c]  e[ e \sustainUp \sustainDown e e ] f4 \sustainUp 
16         g\sustainDown  b \sustainUp c 
17         \property Staff.pedalSustainStrings = #'("-" "-P" "P")
18         \property Staff.SustainPedal \override #'padding = #-2
19         c, \sustainDown d e \sustainUp \sustainDown f
20         \sustainUp g b c
21
22
23
24     }
25 }