X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-ped.ly;h=a3da3a9590a903b4d2f08c3d8f00d0182953ff84;hb=adfbae206ae6b57fc5ecbbab1f60f97b5fcfb100;hp=a70b3577df5b8565855c69124050201f1104273c;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/pedal-ped.ly b/input/regression/pedal-ped.ly index a70b3577df..a3da3a9590 100644 --- a/input/regression/pedal-ped.ly +++ b/input/regression/pedal-ped.ly @@ -1,21 +1,21 @@ -\version "2.1.26" +\version "2.10.0" \header { - texidoc = "The standard piano pedals style comes with Ped symbols. + texidoc = "The standard piano pedals style comes with Ped symbols. The pedal string can be also tuned, for example, to a shorter tilde/P variant at the end of the melody." } -\score{ - \context Staff \notes\relative c'{ - c4 d e f g - \sustainDown b c - c, d16[ c c c] e[ e \sustainUp \sustainDown e e ] f4 \sustainUp - g\sustainDown b \sustainUp c - \set Staff.pedalSustainStrings = #'("-" "-P" "P") - \override Staff.SustainPedal #'padding = #-2 - c, \sustainDown d e \sustainUp \sustainDown f - \sustainUp g b c - } + +\context Staff \relative c'{ + c4 d e f g + \sustainDown b c + c, d16[ c c c] e[ e \sustainUp \sustainDown e e ] f4 \sustainUp + g\sustainDown b \sustainUp c + \set Staff.pedalSustainStrings = #'("-" "-P" "P") + \override Staff.SustainPedal #'padding = #-2 + c, \sustainDown d e \sustainUp \sustainDown f + \sustainUp g b c } +