lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

horizontal lengths in smaller staves


From: Werner LEMBERG
Subject: horizontal lengths in smaller staves
Date: Tue, 17 Feb 2004 11:07:38 +0100 (CET)

I use

  \override Tie #'minimum-length = #3.5

This works fine in normal-sized staves.  But in staves created with

  \new Staff \with {
    fontSize = #-4
    \override StaffSymbol #'staff-space = #(magstep -4)
  }

the 3.5 units are relative to the normal-sized staves, which is too
big.  Ideally, I would like to write

  \override Tie #'minimum-length = #(* 3.5 staff-size-factor)

or something similar.  Is this possible?  If yes, how?


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]