From 442d289e95a550b5a07301229d7b45b0e2dfa1b9 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 20 Aug 2001 21:53:21 +0000 Subject: [PATCH] lilypond-1.5.8 --- scm/grob-property-description.scm | 2 +- scm/interface-description.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 74dd0faf62..f5ea904733 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -150,7 +150,7 @@ typesetting engine is completely oblivious to it. slur dir) -> attachment to determine the attachment (see above). If procedure returns #t, attachment is used. Otherwise, the next procedure is tried.") -(grob-property-description 'flag-style string? "style for flag (hook of a stem).") +(grob-property-description 'flag-style string? "turn stroke through stem on/off.") (grob-property-description 'flag-width-function procedure? "Procedure that computes the width of a half-beam (a non-connecting beam.).") (grob-property-description 'font-family symbol? "partial font definition: music roman braces dynamic math ...") diff --git a/scm/interface-description.scm b/scm/interface-description.scm index 99cf6c7128..3dd45314c4 100644 --- a/scm/interface-description.scm +++ b/scm/interface-description.scm @@ -134,7 +134,7 @@ support-head heads direction - stem-length + length style flag-style dir-forced -- 2.11.4.GIT