]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pedal-bracket.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / pedal-bracket.ly
1 \version "2.12.0"
2
3 \header {
4
5     texidoc = "The brackets of a piano pedal should start and end at
6  the left side of the note. If a note is shared between two brackets,
7  these ends are flared.
8
9 At a line-break, there are no vertical endings.  " }
10
11 \score {
12      \relative c'' {
13         \set Staff.pedalSustainStyle = #'bracket
14
15         c4 d e \sustainOn b c c, \sustainOff \sustainOn  d8[ c]  e8[ 
16             e \sustainOff \sustainOn]  f4 d
17         \sustainOff g \sustainOn b b, \sustainOff c'
18
19         \set Staff.pedalUnaCordaStyle = #'mixed
20
21         c4 d \unaCorda e f g
22         b  | \break c b c \treCorde c
23     }
24     \layout { ragged-right = ##t }
25 }