lilypond-devel
[Top][All Lists]
Advanced

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

various staff sizes


From: Werner LEMBERG
Subject: various staff sizes
Date: Mon, 19 Jan 2004 16:34:40 +0100 (CET)

[CVS 2004-01-18 23:13 MET]

I want to do the following:

  \score {
    <<
      \new Staff \with { #(set-staff-size 5) }
      {
        \viol
      }
      \new PianoStaff \klav
    >>
  }

But this doesn't work.  Using

  fontSize = #-4
  StaffSymbol \set #'staff-space = #(magstep -4)

within the \with { ... } group is not sufficient: In the smaller
staff, rests under beams are incorrectly positioned; the stem length
under beams is not correct, the dynamic marks are too big, etc. (see
attached image).  What properties am I missing which must be set also?


    Werner




reply via email to

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