]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-walker.ly
resolve merge
[lilypond.git] / input / regression / note-head-walker.ly
diff --git a/input/regression/note-head-walker.ly b/input/regression/note-head-walker.ly
new file mode 100644 (file)
index 0000000..d795280
--- /dev/null
@@ -0,0 +1,20 @@
+\header {
+
+  texidoc = "Notes can be set in the Walker (Christian Harmony) style."
+
+}
+\version "2.14.0"
+
+\relative c' {
+  \key c \major
+  \walkerHeads
+  \stemDown
+  c1 d e f g a b c d e f g a b c
+  c,,2 d e f g a b c d e f g a b c
+  c,,4 d e f g a b c d e f g a b c
+  \stemUp % We need to manually raise the stem for low flagged notes
+  c,,8 d e f g a
+  \stemDown % Put it back down for the higher notes
+  b c d e f g a b
+}
+