]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pedal-bracket.ly
* input/: Convert ly files that still had \property. Fixes make
[lilypond.git] / input / regression / pedal-bracket.ly
1 \version "2.1.22"
2
3 \header {
4
5     texidoc = "Piano pedal brackets.  Brackets should start and end at
6  the left side of the note. If a note is shared between two brackets,
7  the ends are flared.
8
9 There are no vertical endings at a line-break.  " }
10
11 \score {
12     \notes \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     \paper { raggedright = ##t }
25 }