]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Making flat flags available
[lilypond.git] / input / regression / pedal-end.ly
index ea276c9ce3546e938e77ac3929b8f237e9b1c5b6..94c6c4904ada610aa1565cc4531095fb99527716 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.6.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 {
-     {
-       \set Staff.pedalSustainStyle = #'bracket
-       c4 \sustainDown
-       \bar "|."
-    }
-    \layout { raggedright  = ##t }
+\layout { ragged-right  = ##t }
+
+
+{
+  \set Staff.pedalSustainStyle = #'bracket
+  c4 \sustainOn
+  \bar "|."
 }
+
+