]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pedal-bracket.ly
release commit
[lilypond.git] / input / regression / pedal-bracket.ly
1 \version "2.8.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 \sustainDown b c c, \sustainUp \sustainDown  d8[ c]  e8[ 
16             e \sustainUp \sustainDown]  f4 d
17         \sustainUp g \sustainDown b b, \sustainUp 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 }