Hi Silvio,

On Fri, Apr 20, 2012 at 10:47 AM, Silvio ARDITO <silvioard...@gmail.com>wrote:

> I need the following layout:
>
> [image: 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to