From 12be81c9d05abd13cd70da2b5bba20d8d1827ec1 Mon Sep 17 00:00:00 2001 From: janneke Date: Thu, 24 Jul 2003 01:00:24 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'lilypond_1_7_28'. --- input/regression/pedal.ly | 48 --------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 input/regression/pedal.ly 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 -} -} - -- 2.39.2