]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-funk.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.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