lilypond-user
[Top][All Lists]
Advanced

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

set-global-staff-size equivalent for a single \score (e.g., within a \bo


From: Kieren MacMillan
Subject: set-global-staff-size equivalent for a single \score (e.g., within a \book)?
Date: Sat, 8 Jul 2006 12:42:11 -0400

Hello, all --

Is there any way to declare the staff-size on a per-score basis, instead of globally using #(set-global-staff-size X)?
e.g., something like

\version "2.9.10"
\score
{
        { a4 b c d }
        \layout
        {
                #(set-staff-size 18)
        }
}

\score
{
        { a4 b c d }
        \layout
        {
                #(set-staff-size 10)
        }
}




reply via email to

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