X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-style.ly;h=5fe18054d40188562947336d01052fcaded6a9a5;hb=743f0d4b067e76d591487f085240a7ff9ace85a7;hp=fc908c05eeaeba31431223b38c610945c777ae14;hpb=b3f0c2f6c352a850f03dc44a947776199eb3fa0b;p=lilypond.git diff --git a/input/regression/note-head-style.ly b/input/regression/note-head-style.ly index fc908c05ee..5fe18054d4 100644 --- a/input/regression/note-head-style.ly +++ b/input/regression/note-head-style.ly @@ -1,13 +1,13 @@ -\version "2.12.0" +\version "2.15.12" \header{ texidoc=" -Note head shapes may be set from several choices. -The stem endings should be adjusted according to the note head. +Note head shapes may be set from several choices. +The stem endings should be adjusted according to the note head. If you want different note head styles on one stem, you must create a special context. Harmonic notes have a different shape and different -dimensions. +dimensions. " } @@ -23,7 +23,7 @@ pattern = << } \new Voice { \override Stem #'direction = #DOWN - a4 a2. a1 a\breve*1/2 a\longa*1/4 + g4 g2. g1 g\breve*1/2 g\longa*1/4 } >> @@ -98,6 +98,13 @@ pattern = << \override Staff.NoteHead #'style = #'slash s1*0^\markup { "slash" } \pattern + + \break + + \override Staff.NoteHead #'style = #'kievan + s1*0^\markup { "kievan" } + \pattern + }