]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal.ly
*** empty log message ***
[lilypond.git] / input / regression / pedal.ly
index 119f26a50d4dff9c0f24833662faea64cbc1563a..fd19a08589dd9413e8013d338731762c5dc833cc 100644 (file)
@@ -1,7 +1,11 @@
-\version "1.5.38"
+\version "1.7.18"
 \header{
 texidoc = "Piano pedal symbols merge stop and start.  The strings are configurable. 
-Text style, bracket style, and a mixture of both are supported.  "
+Text style, bracket style, and a mixture of both are supported.
+Brackets work  across line breaks.
+
+"
+
 }
 
 
@@ -10,24 +14,28 @@ Text style, bracket style, and a mixture of both are supported.  "
 \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 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.SustainPedal \override #'pedal-type = #'bracket
+  \property Staff.UnaCordaPedal \override #'pedal-type = #'mixed
+  d \unaCorda e f g
+  \break
+   | b b b  \treCorde c |
 
-c4 d e \sustainDown b c c, \sustainUp \sustainDown [d8 c] [e8 e \sustainUp \sustainDown] f4 d
-\sustainUp g \sustainDown b b, \sustainUp c'
 
-\property Staff.UnaCordaPedal \override #'pedal-type = #'mixed
+\property Staff.SustainPedal \override #'pedal-type = #'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 
 
-c4 d \unaCorda e f g
- b \treCorde c
 
 
 }
@@ -37,3 +45,4 @@ c4 d \unaCorda e f g
 \tempo 4 = 60
 }
 }
+