repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
hairpin-to-barline.ly
blob
f9d0ee1ee8a4ea61e08ac0f889fcf2ddbe405179
1
\header
{
2
3
texidoc
=
"Hairpins whose end note is preceded by a bar line
4
should end at that bar line. "
5
6
}
7
8
\version
"2.11.46"
9
10
\relative
c
'' {
11
\override
Hairpin
#'
bound-padding
= #
1.0
12
c
4
\<
c
2
.
c
4
\!
13
}