repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add improved shape note support
[lilypond/mpolesky.git]
/
input
/
regression
/
note-head-southern-harmony.ly
blob
3e20a018bc3475261cc477bf9660f44627e0c083
1
\header
{
2
3
texidoc
=
"Notes can be set in the Southern Harmony style."
4
5
}
6
\version
"2.12.0"
7
8
\relative
c
' {
9
\key
c
\major
10
\southernHarmonyHeads
11
c
1
d e f g a b c d e f g a b c
12
c
,,
2
d e f g a b c d e f g a b c
13
c
,,
4
d e f g a b c d e f g a b c
14
}
15