]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
MusicXML: Add section title to key sig regtests
[lilypond.git] / input / regression / pedal-end.ly
index 49b7aaf6d278b9e9d45af89abce8a4a59489862d..2db41f63ec78464ae1e4f7f422f9e046efce3fa6 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.6.0"
+\version "2.11.51"
 \header {
 
   texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
 
 }
 
+\layout { ragged-right  = ##t }
+
 
 {
   \set Staff.pedalSustainStyle = #'bracket
-  c4 \sustainDown
+  c4 \sustainOn
   \bar "|."
 }
-\layout { raggedright  = ##t }
+