]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / pedal-end.ly
index 59581fc62262b0cc60ba2a33c8e8654c145eee43..94c6c4904ada610aa1565cc4531095fb99527716 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.16.0"
 \header {
 
   texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
@@ -10,7 +10,7 @@
 
 {
   \set Staff.pedalSustainStyle = #'bracket
-  c4 \sustainDown
+  c4 \sustainOn
   \bar "|."
 }