lilypond-user
[Top][All Lists]
Advanced

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

Re: Different staff sizes


From: Eluze
Subject: Re: Different staff sizes
Date: Mon, 07 May 2012 15:54:57 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

hi

you can override the staff-space of the staffsymbol like that:

  \layout {
    #(layout-set-staff-size 30)
    \context {
      \Staff
      \override StaffSymbol #'staff-space = #(magstep 3)
    }
  }

hth
Eluze





reply via email to

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