]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / regression / pedal-end.ly
index f35ec9a14760001c3fab0d7fe422dbab2d235b46..2539d8563b93bc05906981e25ef7c33442d667f7 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.1.36"
+\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 {
-    \notes {
-       \set Staff.pedalSustainStyle = #'bracket
-       c4 \sustainDown
-       \bar "|."
-    }
-    \paper { raggedright  = ##t }
+\layout { ragged-right  = ##t }
+
+
+{
+  \set Staff.pedalSustainStyle = #'bracket
+  c4 \sustainOn
+  \bar "|."
 }
+
+