From: hanwen Date: Sat, 28 Aug 2004 16:40:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.24^2~306 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64b399b7763969b1b7be4e28c92095d61efd1097;p=lilypond.git *** empty log message *** --- diff --git a/ly/declarations-init.ly b/ly/declarations-init.ly index 9031f1e3be..a01e2c49fd 100644 --- a/ly/declarations-init.ly +++ b/ly/declarations-init.ly @@ -77,7 +77,10 @@ partCombineListener = \paper { \type "Recording_group_engraver" recordEventSequence = #notice-the-events-for-pc } - \context { \Score skipTypesetting = ##t } + \context { + \Score + skipTypesetting = ##t + } } #(set-part-combine-listener partCombineListener) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 83b2ae016f..722ba70dcf 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -420,6 +420,11 @@ expressed in global staffspace.") staff spaces, counted from the middle line.") (staffline-clearance ,ly:dimension? "How far away ties keep from staff lines.") + (stem-attachment-function ,procedure? "A function that calculates +where a stem attaches to the note head? This is a fallback when this +information is not specified in the font. The function takes a grob +and axis argument, and returns a (@var{x} . @var{y}) pair, specifying +location in terms of note head bounding box.") (stem-end-position ,number? "Where does the stem end (the end is opposite to the support-head.")