]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-funk.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / note-head-funk.ly
1 \header {
2
3   texidoc = "Notes can be set in the Funk (Harmonica Sacra) style."
4
5 }
6 \version "2.14.0"
7
8 \relative c' {
9   \key c \major
10   \funkHeads
11   c1 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