]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Merge remote-tracking branch 'origin/stable/2.16' into translation
[lilypond.git] / input / regression / pedal-end.ly
index 7a4471116c066acb8cc07ec9d80a8f407801cc2f..0aeed0c93a9ae8c9e8139adf14a18fe616237553 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.1.29"
+\version "2.14.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 "|."
 }
+
+