]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
more conversion for dash-change.
[lilypond.git] / input / regression / pedal-end.ly
index 06cd7f13f71c29c223fc20b8ce1939f282aa3423..59581fc62262b0cc60ba2a33c8e8654c145eee43 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.3.16"
+\version "2.7.32"
 \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 "|."
-    }
-    \paper { raggedright  = ##t }
+\layout { ragged-right  = ##t }
+
+
+{
+  \set Staff.pedalSustainStyle = #'bracket
+  c4 \sustainDown
+  \bar "|."
 }
+
+