From f66f817917d355bfa3d83095e32169ec7f1cdec4 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Fri, 29 Oct 2004 02:52:01 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ Documentation/user/notation.itely | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62667a79a3..069a83945c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-28 Carl Sorensen + + * Documentation/user/notation.itely (Fret diagrams): add extra + notes to example to avoid collisions between fret diagrams. + 2004-10-29 Han-Wen Nienhuys * lily/scm-option.cc: add 'resolution to ly:get-option argument diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 0e61b8cd83..0c24d9d39c 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -4743,6 +4743,7 @@ following example @lilypond[verbatim, quote] \context Voice { d' ^\markup \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;" + d' d' d' fis' ^\markup \override #'(size . 0.75) { \override #'(finger-code . below-string) { \fret-diagram-verbose #'((place-fret 6 2 1) (barre 6 1 2) @@ -4751,6 +4752,7 @@ following example (place-fret 1 2 1)) } } + fis' fis' fis' c' ^\markup \override #'(dot-radius . 0.35) { \override #'(finger-code . in-dot) { \override #'(dot-color . white) { @@ -4758,6 +4760,7 @@ following example } } } + c' c' c' c' } @end lilypond -- 2.39.5