]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-walker.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / note-head-walker.ly
1 \header {
2
3   texidoc = "Notes can be set in the Walker (Christian Harmony) style."
4
5 }
6 \version "2.16.0"
7
8 \relative c' {
9   \key c \major
10   \walkerHeads
11   \stemDown
12   c1 d e f g a b c d e f g a b c
13   c,,2 d e f g a b c d e f g a b c
14   c,,4 d e f g a b c d e f g a b c
15   \stemUp % We need to manually raise the stem for low flagged notes
16   c,,8 d e f g a
17   \stemDown % Put it back down for the higher notes
18   b c d e f g a b
19 }
20