From: Han-Wen Nienhuys Date: Thu, 24 Jul 2003 01:00:31 +0000 (+0000) Subject: release commit X-Git-Tag: release/1.7.30~100 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bddf704cc1d31f78c01544649601019f058da99d;p=lilypond.git release commit --- diff --git a/input/regression/pedal.ly b/input/regression/pedal.ly deleted file mode 100644 index 4e25916ff4..0000000000 --- a/input/regression/pedal.ly +++ /dev/null @@ -1,48 +0,0 @@ -\version "1.7.28" -\header{ -texidoc = "Piano pedal symbols merge stop and start. The strings are configurable. -Text style, bracket style, and a mixture of both are supported. -Brackets work across line breaks. - -" - -} - - - - -\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 - \property Staff.pedalSustainStrings = #'("-" "-P" "P") - \property Staff.SustainPedal \override #'padding = #-2 - c, -\sustainDown d e -\sustainUp -\sustainDown f - -\sustainUp g b - - \property Staff.pedalUnaCordaStyle = #'mixed - d \unaCorda e f g - \break - | b b b \treCorde c | - - -\property Staff.pedalSustainStyle = #'bracket - -c4 d e -\sustainDown b c c, -\sustainUp -\sustainDown d8-[ c] e8-[ e -\sustainUp -\sustainDown] f4 d --\sustainUp g -\sustainDown b b, -\sustainUp c' -c4 - - - -} -\paper{ -} -\midi{ -\tempo 4 = 60 -} -} -