]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Doc: Fix HTML output
[lilypond.git] / input / regression / pedal-end.ly
index 260f2dbe213f125dd7a5586e7e9f88923fe3a7a8..2539d8563b93bc05906981e25ef7c33442d667f7 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.3.22"
+\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 "|."
 }
+
+