lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with String Orchestra Template Please


From: Simon Albrecht
Subject: Re: Help with String Orchestra Template Please
Date: Sun, 6 Oct 2019 01:54:02 +0200

Hi Ben,

On 05.10.19 14:24, Ben wrote:

Does your approach allow for clean part-printing? I put together a quick test and it looks like they all get included for violin 1. I don't know a straightforward way to accomplish one divisi per violin 1 part in this special situation.

It wouldn't be the end of the world if you had to include all 6 parts on every file but the players may have some frustrations about having to highlight their part or something (assuming this 6-part divisi goes on for several pages of the full score).


as far as I know usually all subdivisions of the first violins would be contained in one part, though of course at some point that stops making sense. Printing individual parts for each subdivision is easy with the approach I demonstrated in demo-string-divisi.ly (see my previous post in this thread). Either set it up so that \RemoveAllEmptyStaves is effective only for the score in the first place, or use something like

\score {
  \vlIB
  \layout {
    \context {
      \Staff
      \override VerticalAxisGroup.remove-empty = ##f
    }
  }
}

for the part.

Best, Simon




reply via email to

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