From ed874ff6208a47a791b370a55d57d2d60c135141 Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 5 May 2006 22:56:06 +0000 Subject: [PATCH] (Top): typo. --- ChangeLog | 4 ++++ Documentation/topdocs/NEWS.tely | 4 ++-- scm/define-markup-commands.scm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f024d45e25..e5707c366a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-06 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): typo. + 2006-05-05 Han-Wen Nienhuys * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 5329169c20..77eb3572b8 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -71,8 +71,8 @@ The @code{\note} markup command now also accepts note head styles. @lilypond[ragged-right,fragment,relative=2] c4^\markup { - \override #'(style . triangle) \note #2 #1 #1 - = 100 + \override #'(style . triangle) \note-by-number #2 #1 #1 = 100 + } @end lilypond diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 7f7b964d94..8512d6d257 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -1201,7 +1201,7 @@ figured bass notation" (string-append "flags." (if (> dir 0) "u" "d") (number->string log))) - (cons (+ attachx (/ stem-thickness 2)) stemy))))) + (cons (+ (car attach-off) (/ stem-thickness 2)) stemy))))) (if flaggl (set! stem-glyph (ly:stencil-add flaggl stem-glyph))) (if (ly:stencil? stem-glyph) -- 2.39.5