X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-ped.ly;h=a0101ff0714fa51e6bff54259721d37dc446b5b3;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=da1a7e60c2b5f428c3bd010ad6460172d7524666;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/pedal-ped.ly b/input/regression/pedal-ped.ly index da1a7e60c2..a0101ff071 100644 --- a/input/regression/pedal-ped.ly +++ b/input/regression/pedal-ped.ly @@ -1,26 +1,21 @@ -\version "2.1.22" +\version "2.12.0" \header { - texidoc = "Piano pedals: the standard style is with Ped symbols. -The string can be tuned. This example shows the shorter tilde/P variant + 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 + \sustainOn b c + c, d16[ c c c] e[ e \sustainOff \sustainOn e e ] f4 \sustainOff + g\sustainOn b \sustainOff c + \set Staff.pedalSustainStrings = #'("-" "-P" "P") + \override Staff.SustainPedal #'padding = #-2 + c, \sustainOn d e \sustainOff \sustainOn f + \sustainOff g b c } +