X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-style.ly;h=c561eec4d11ad2ce795155fb7fd33374ab09c652;hb=ca072998aad5b2d4ffea2b371d0a382082f330e5;hp=59a55325ce8c5eeaf70ba2e271ab22e1611b421d;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/note-head-style.ly b/input/regression/note-head-style.ly index 59a55325ce..c561eec4d1 100644 --- a/input/regression/note-head-style.ly +++ b/input/regression/note-head-style.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.10.0" \header{ texidoc=" Note head shapes may be set from several choices. @@ -13,7 +13,7 @@ dimensions. \layout { indent = 0.0 - raggedright = ##t + ragged-right = ##t } pattern = << @@ -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