repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
finger-chords-dot.ly
blob
d54e97c2b4f41ee95bd2e7236beea764af74971e
1
\version
"2.13.1"
2
3
\header
{
4
texidoc
=
"Scripts right of a chord avoid dots."
5
}
6
7
\relative
c
' {
8
\set
fingeringOrientations
= #'(
right
)
9
<
c
-
\rightHandFinger
#
1
>
4
.. <
d
-
3
f
>
4
.
r
8
.
10
}