]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Doc [web]: Add Peter Kirn's LilyPond review.
[lilypond.git] / input / regression / pedal-end.ly
index ea276c9ce3546e938e77ac3929b8f237e9b1c5b6..2539d8563b93bc05906981e25ef7c33442d667f7 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.6.0"
+\version "2.12.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 "|."
 }
+
+