]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pedal-end.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / pedal-end.ly
index 06cd7f13f71c29c223fc20b8ce1939f282aa3423..2539d8563b93bc05906981e25ef7c33442d667f7 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.3.16"
+\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 "|."
-    }
-    \paper { raggedright  = ##t }
+\layout { ragged-right  = ##t }
+
+
+{
+  \set Staff.pedalSustainStyle = #'bracket
+  c4 \sustainOn
+  \bar "|."
 }
+
+