From 0172385f4387f4acb06fda40c35f857225c8deb9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 12 Dec 2004 03:15:49 +0000 Subject: [PATCH] Added minor info. Patch untested, but it shouldn't break anything. And if it does, it's very small and easy to fix. --- ChangeLog | 5 +++++ scm/define-markup-commands.scm | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ce1039a16..211a4f414d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-11 Graham Percival + + * scm/define-markup-commands.scm: add baseline-skip to info + about \column. + 2004-12-11 Jan Nieuwenhuizen * lily/font-metric.cc (ly:font-get-glyph-index): New function. diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 1e8395f2f6..506cbe8fa8 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -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? -- 2.39.5