]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/bar-line.scm
Adds hairpins from Ferneyhough scores to LilyPond.
[lilypond.git] / scm / bar-line.scm
index 8ac123e11e9f9d7bedfef87a7c3e2ed835e7c260..e23ff8c0f250f5d5fe92af36442372484ee22350 100644 (file)
@@ -68,13 +68,6 @@ Pad the string with @code{annotation-char}s to the length of the
 
         blot-diameter))
 
-(define (layout-line-thickness grob)
-  "Get the line thickness of the @var{grob}'s corresponding layout."
-  (let* ((layout (ly:grob-layout grob))
-         (line-thickness (ly:output-def-lookup layout 'line-thickness)))
-
-        line-thickness))
-
 (define (staff-symbol-line-count staff)
   "Get or compute the number of lines of staff @var{staff}."
   (let ((line-count 0))