]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.12
authorfred <fred>
Tue, 26 Mar 2002 22:44:22 +0000 (22:44 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:44:22 +0000 (22:44 +0000)
Documentation/programmer/regression-test.tely
input/test/harmonics.fly
input/test/noteheadstyle.ly

index de989ac512c0489c87802262fcc253f5f6deb4eb..dab2cc587d9c7d7bfed37cc11177a33ccdb1c292 100644 (file)
@@ -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}
 
index 59d8925dc9220cbc6e30470faca3502254ed1443..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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
-
-
index d89e3655306aeba9553fb64675bb0b3ba824658a..2ea3c430255c9830ad80a9529d51d6e246b956ec 100644 (file)
@@ -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 {