]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pedal-end.ly
*** empty log message ***
[lilypond.git] / input / regression / pedal-end.ly
1 \version "2.6.0"
2 \header {
3
4   texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
5
6 }
7
8
9 {
10   \set Staff.pedalSustainStyle = #'bracket
11   c4 \sustainDown
12   \bar "|."
13 }
14 \layout { raggedright  = ##t }
15