]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 May 2006 22:56:06 +0000 (22:56 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 May 2006 22:56:06 +0000 (22:56 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
scm/define-markup-commands.scm

index f024d45e2550383a23eafde98a72c8b6b69f244c..e5707c366a0c6adc12a7bc9cbb6436d6527adb37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/topdocs/NEWS.tely (Top): typo.
+
 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
index 5329169c205d1f15cdb5dc8f21db5fe37b8f63c7..77eb3572b8b915c7dec7bc78435213cad36f5743 100644 (file)
@@ -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
 
index 7f7b964d94325804b38c366d9754c472178253d6..8512d6d2574a7f05b73ffe98f19e5436ee2bdc4d 100644 (file)
@@ -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)