]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added minor info. Patch untested, but it shouldn't break anything. And
authorGraham Percival <graham@percival-music.ca>
Sun, 12 Dec 2004 03:15:49 +0000 (03:15 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 12 Dec 2004 03:15:49 +0000 (03:15 +0000)
if it does, it's very small and easy to fix.

ChangeLog
scm/define-markup-commands.scm

index 6ce1039a1659df5f24064a3d4ca0bce573c85efb..211a4f414da22f787b4365e6c721d5fb27153bb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-11  Graham Percival  <gperlist@shaw.ca>
+
+       * scm/define-markup-commands.scm: add baseline-skip to info
+       about \column.
+
 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * lily/font-metric.cc (ly:font-get-glyph-index): New function.
index 1e8395f2f6347b418f5b6d97ffd58a5a61ec1e7f..506cbe8fa8d7f839c4c67e828063e9c771cb3666 100644 (file)
@@ -320,7 +320,8 @@ recommend font for this is bold and italic"
 
 
 (def-markup-command (column layout props args) (markup-list?)
-  "Stack the markups in @var{args} vertically."
+  "Stack the markups in @var{args} vertically.  The property
+@code{baseline-skip} determines the space between each markup in @var{args}."
   (stack-lines
    -1 0.0 (chain-assoc-get 'baseline-skip props)
    (remove ly:stencil-empty?