lilypond-user
[Top][All Lists]
Advanced

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

Re: Layout Set Staff Size


From: David Nalesnik
Subject: Re: Layout Set Staff Size
Date: Fri, 20 Apr 2012 18:49:54 -0500

Hi Silvio,

On Fri, Apr 20, 2012 at 10:47 AM, Silvio ARDITO <address@hidden> wrote:
I need the following layout:

Immagine in linea 2
The result is a copy and paste from 2 .ly.
The little up-right staff uses: #(set-global-staff-size 11) ;
the rest uses: #(set-global-staff-size 20) .
The command: #(layout-set-staff-size 11)
in the \layout section gives a not valid result.
Are there same (scheduled) enhancements since
http://thread.gmane.org/gmane.comp.gnu.lilypond.general/66291 ?

When you change the staff size like this, you also need to override the distance between the lines:

\override Staff.StaffSymbol #'staff-space = #(/ 11 20)

Also, take a look at this snippet:
http://lilypond.org/doc/v2.15/Documentation/snippets/staff-notation

Hope this helps,
David

reply via email to

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