]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pedal-end.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / pedal-end.ly
1 \version "2.16.0"
2 \header {
3
4   texidoc = "Unterminated piano pedal brackets run to the end of the piece. "
5
6 }
7
8 \layout { ragged-right  = ##t }
9
10
11 {
12   \set Staff.pedalSustainStyle = #'bracket
13   c4 \sustainOn
14   \bar "|."
15 }
16
17