]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Jul 2003 01:00:31 +0000 (01:00 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 24 Jul 2003 01:00:31 +0000 (01:00 +0000)
input/regression/pedal.ly [deleted file]

diff --git a/input/regression/pedal.ly b/input/regression/pedal.ly
deleted file mode 100644 (file)
index 4e25916..0000000
+++ /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
-}
-}
-