X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-style.ly;h=c561eec4d11ad2ce795155fb7fd33374ab09c652;hb=6baa67b88f62024a3b6979cb789cce1bbcf540fb;hp=549de941f9054ba08a97495814c639bb9bdea0b2;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/note-head-style.ly b/input/regression/note-head-style.ly index 549de941f9..c561eec4d1 100644 --- a/input/regression/note-head-style.ly +++ b/input/regression/note-head-style.ly @@ -1,4 +1,4 @@ -\version "2.7.39" +\version "2.10.0" \header{ texidoc=" Note head shapes may be set from several choices. @@ -61,6 +61,16 @@ pattern = << \break + \override Staff.NoteHead #'style = #'harmonic-black + s1*0^\markup { "harmonic-black" } + \pattern + + \override Staff.NoteHead #'style = #'harmonic-mixed + s1*0^\markup { "harmonic-mixed" } + \pattern + + \break + \override Staff.NoteHead #'style = #'diamond s1*0^\markup { "diamond" } \pattern