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
/
collision-head-solfa-fa.ly
blob
1e06782f1e6593d596199240b0427a909959ad67
1
2
\header
{
3
texidoc
=
"The FA note (a triangle) is merged to avoid creating a
4
block-shaped note."
5
}
6
7
\version
"2.11.44"
8
9
<<
10
\key
c
\major
11
\set
Staff
.
shapeNoteStyles
= ##(
do re mi fa
#
f
la ti
)
12
13
{
f
'
4
}
14
\\
15
{
f
'
4
}
16
>>
17
18