From: Maximilian Albert Date: Sat, 27 Jan 2007 17:34:26 +0000 (+0100) Subject: add new notehead styles 'harmonic-black' and 'harmonic-mixed' to docs (in regression... X-Git-Tag: release/2.11.15-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3dce66bcb7ad778c9cddf4fbd636987e1bc10abf;p=lilypond.git add new notehead styles 'harmonic-black' and 'harmonic-mixed' to docs (in regression tests) --- diff --git a/input/regression/note-head-style.ly b/input/regression/note-head-style.ly index b5164e9e23..c561eec4d1 100644 --- a/input/regression/note-head-style.ly +++ b/input/regression/note-head-style.ly @@ -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