From 27009544c9e142d04d422466f88dc0a1130c9b4b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:44:22 +0000 Subject: [PATCH] lilypond-1.3.12 --- Documentation/programmer/regression-test.tely | 15 +++++++++------ input/test/harmonics.fly | 8 -------- input/test/noteheadstyle.ly | 6 ++++++ 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Documentation/programmer/regression-test.tely b/Documentation/programmer/regression-test.tely index de989ac512..dab2cc587d 100644 --- a/Documentation/programmer/regression-test.tely +++ b/Documentation/programmer/regression-test.tely @@ -29,14 +29,17 @@ Note head shapes are settable. The stem endings should be adjusted per note head. If you want different note head styles on one stem, you must create a special context called Thread. +Harmonic notes have a different shape and different +dimensions. Nevertheless, noteheads in both styles can be combined, on +either up or down stems. + @mudelafile{noteheadstyle.ly} -Noteheads can have dots, and ---although this is bad style in duple -meters--- rests can too. Augmentation dots should never be printed on -a staff line, but rather be shifted vertically. They should go up, but -in case of multiple parts, the down stems have down shifted dots. -(Wanske p. 186) In case of chords, all dots should be in a column. -The dots go along as rests are shifted to avoid collisions. +Noteheads can have dots, and rests can too. Augmentation dots should +never be printed on a staff line, but rather be shifted vertically. They +should go up, but in case of multiple parts, the down stems have down +shifted dots. (Wanske p. 186) In case of chords, all dots should be in +a column. The dots go along as rests are shifted to avoid collisions. @mudelafile{dots.fly} diff --git a/input/test/harmonics.fly b/input/test/harmonics.fly index 59d8925dc9..e69de29bb2 100644 --- a/input/test/harmonics.fly +++ b/input/test/harmonics.fly @@ -1,8 +0,0 @@ -% this should be normal notes: -c'1 | d2 d | e4 e - -% and this should be harmonics: -\property Voice.noteheadStyle = "harmonic" -e8 e e16 e e e32 e - - diff --git a/input/test/noteheadstyle.ly b/input/test/noteheadstyle.ly index d89e365530..2ea3c43025 100644 --- a/input/test/noteheadstyle.ly +++ b/input/test/noteheadstyle.ly @@ -20,6 +20,12 @@ c4 c2 c8 c16 c16 c1 { \property Thread.noteHeadStyle = "harmonic" d16 } > + \context Voice <\context Thread = TA { c4 c4 } +\context Thread = TB { + \property Thread.noteHeadStyle = "harmonic" + c'4 \stemdown c +} > + } \paper { -- 2.39.5