repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
pedal-end.ly
blob
2461ae817c95200a45e03dbbb23e948d70046b46
1
\version
"2.10.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
c
4
\sustainDown
14
\bar
"|."
15
}
16
17