]> 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 eca0a71ee3593f62404b5803bade479ed88b9fd1..94c6c4904ada610aa1565cc4531095fb99527716 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.2.0"
+\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 {
-    \notes {
-       \set Staff.pedalSustainStyle = #'bracket
-       c4 \sustainDown
-       \bar "|."
-    }
-    \paper { raggedright  = ##t }
+\layout { ragged-right  = ##t }
+
+
+{
+  \set Staff.pedalSustainStyle = #'bracket
+  c4 \sustainOn
+  \bar "|."
 }
+
+