lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing issue with magnifyStaff


From: Malte Meyn
Subject: Re: Spacing issue with magnifyStaff
Date: Wed, 5 Sep 2018 08:45:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0



Am 05.09.18 um 05:57 schrieb Simon Albrecht:
On 03.09.2018 18:35, Malte Meyn wrote:
\layout {
  \context {
    \Staff
    \name "SmallStaff"
    \alias "Staff"
    fontSize = #(magnification->font-size 4/7)
    \override StaffSymbol.staff-space = #4/<
  }
  \context {
    \Score
    \accepts "SmallStaff"
  }
  \context {
    \StaffGroup
    \accepts "SmallStaff"
  }
  %% add more of these blocks with \accept if you need

Better: use
\layout {
   \inherit-acceptability "SmallStaff" "Staff"
}
:-)

Best, Simon


Wow, that’s cool. Like foxfanfare, also for me there’s lots of things to learn :)



reply via email to

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