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 :)

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to