]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-southern-harmony.ly
3e20a018bc3475261cc477bf9660f44627e0c083
[lilypond.git] / input / regression / note-head-southern-harmony.ly
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   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