X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnote-head-style.ly;h=5fe18054d40188562947336d01052fcaded6a9a5;hb=c95f2748cdc044c16714c59cd138813eeac222ea;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..5fe18054d4 100644 --- a/input/regression/note-head-style.ly +++ b/input/regression/note-head-style.ly @@ -1,13 +1,13 @@ -\version "2.7.39" +\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 } >> @@ -35,55 +35,76 @@ pattern = << s1*0^\markup { "default" } \pattern - \override Staff.NoteHead #'style = #'baroque - s1*0^\markup { "baroque" } + \override Staff.NoteHead #'style = #'altdefault + s1*0^\markup { "altdefault" } \pattern \break + \override Staff.NoteHead #'style = #'baroque + s1*0^\markup { "baroque" } + \pattern + \override Staff.NoteHead #'style = #'neomensural s1*0^\markup { "neomensural" } \pattern + \break + \override Staff.NoteHead #'style = #'mensural s1*0^\markup { "mensural" } \pattern - \break - \override Staff.NoteHead #'style = #'petrucci s1*0^\markup { "petrucci" } \pattern + \break + \override Staff.NoteHead #'style = #'harmonic s1*0^\markup { "harmonic" } \pattern + \override Staff.NoteHead #'style = #'harmonic-black + s1*0^\markup { "harmonic-black" } + \pattern + \break + \override Staff.NoteHead #'style = #'harmonic-mixed + s1*0^\markup { "harmonic-mixed" } + \pattern + \override Staff.NoteHead #'style = #'diamond s1*0^\markup { "diamond" } \pattern + \break + \override Staff.NoteHead #'style = #'cross s1*0^\markup { "cross" } \pattern - \break - \override Staff.NoteHead #'style = #'xcircle s1*0^\markup { "xcircle" } \pattern + \break + \override Staff.NoteHead #'style = #'triangle s1*0^\markup { "triangle" } \pattern - \break - \override Staff.NoteHead #'style = #'slash s1*0^\markup { "slash" } \pattern + + \break + + \override Staff.NoteHead #'style = #'kievan + s1*0^\markup { "kievan" } + \pattern + }