]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / pedal-end.ly
index ea78d35c5c7705530cb3d3ca9515efcbeff86fa3..94c6c4904ada610aa1565cc4531095fb99527716 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.3.17"
+\version "2.16.0"
 \header {
 
-    texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
+  texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
 
 }
 
-\score {
-     {
-       \set Staff.pedalSustainStyle = #'bracket
-       c4 \sustainDown
-       \bar "|."
-    }
-    \paper { raggedright  = ##t }
+\layout { ragged-right  = ##t }
+
+
+{
+  \set Staff.pedalSustainStyle = #'bracket
+  c4 \sustainOn
+  \bar "|."
 }
+
+