]> 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 ea04198f612b415a2ff7172ed936fa116a76f913..2539d8563b93bc05906981e25ef7c33442d667f7 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.7.13"
+\version "2.12.0"
 \header {
 
   texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
 
 }
 
-\layout { raggedright  = ##t }
+\layout { ragged-right  = ##t }
 
 
 {
   \set Staff.pedalSustainStyle = #'bracket
-  c4 \sustainDown
+  c4 \sustainOn
   \bar "|."
 }