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