]> git.donarmstrong.com Git - lilypond.git/commitdiff
merge-diffently-foo only applies to Voice 1 & 2 (fixes bug 202).
authorGraham Percival <graham@percival-music.ca>
Sun, 31 Dec 2006 05:23:37 +0000 (21:23 -0800)
committerGraham Percival <graham@percival-music.ca>
Sun, 31 Dec 2006 05:23:37 +0000 (21:23 -0800)
Documentation/user/basic-notation.itely
scm/define-grob-properties.scm

index 342fe01ae708f0f26e5f9670f50e34c3ea602269..aeeb5ed9d4cb5d9ca4f2deaa58eb6596e9dad886 100644 (file)
@@ -1140,6 +1140,10 @@ Similarly, you can merge half note heads with eighth notes, by setting
 c8 c4. } \\ { c2 c2 } >>
 @end lilypond
 
+@noindent
+@code{merge-differently-headed} and @code{merge-differently-dotted}
+only apply to opposing stem directions (ie. Voice 1 & 2).
+
 LilyPond also vertically shifts rests that are opposite of a stem,
 for example
 
index e224bfaee42472623c5d82e09aad67e2af10d015..9451952dcb6462c8853d41b8d8ae959928737dd7 100644 (file)
@@ -247,10 +247,14 @@ multimeasure rest.")
 note heads in collisions, even if they have different note heads. The
 smaller of the two heads will be rendered invisible. This used
 polyphonic guitar notation. The value of this setting is used by
-@internalsref{note-collision-interface} .")
+@internalsref{note-collision-interface} .
+merge-differently-headed only applies to opposing stem dirs
+(ie. Voice 1 & 2).")
      (merge-differently-dotted ,boolean? "Merge note heads in
 collisions, even if they have a different number of dots. This normal
-notation for some types of polyphonic music. ")
+notation for some types of polyphonic music.
+merge-differently-dotted only applies to opposing stem dirs
+(ie. Voice 1 & 2).")
      (minimum-length-fraction ,number? "Minimum length of ledger line as fraction of note head size.")
      (minimum-distance ,ly:dimension? "Minimum distance between rest
 and notes or beam.")