From: Han-Wen Nienhuys Date: Fri, 5 May 2006 22:56:06 +0000 (+0000) Subject: (Top): typo. X-Git-Tag: release/2.9.4~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44084adafa98a052b5c52699e45ec0b96430ae5a;p=lilypond.git (Top): typo. --- 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)