X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-walker.ly;fp=input%2Fregression%2Fnote-head-walker.ly;h=d7952805ef26f5f4ec7fbce5a1f01fc3143ea248;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/note-head-walker.ly b/input/regression/note-head-walker.ly new file mode 100644 index 0000000000..d7952805ef --- /dev/null +++ b/input/regression/note-head-walker.ly @@ -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 +} +