]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / pedal-end.ly
index f35ec9a14760001c3fab0d7fe422dbab2d235b46..2461ae817c95200a45e03dbbb23e948d70046b46 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.1.36"
+\version "2.10.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 \sustainDown
+  \bar "|."
 }
+
+