Here's a minimal example showing the problem.

On Tue, Aug 3, 2021 at 6:37 PM Kees van den Doel <kvd...@gmail.com> wrote:

> I have a score with different key signatures in the voices. The incipit
> does not align properly as the flat takes space and shifts things.
> See attached. I've simply added the incipits to each voice as in the
> example in the docs.
>
> I've tried adding key signature to top incipit voice and setting
>   \once \override KeySignature.transparent = ##t
> but this does not hide the flat.
>
> Maybe related I would like to hide the mensural time signature as it's not
> in the original. Again
>   \override TimeSignature.transparent = ##t
> has no effect.
>
> Is there a proper way to do this?
> [image: Image1.jpg]
>
\version "2.22.1"

\score {
  \new StaffGroup <<
    \new Staff \with { instrumentName = "" } <<
      \new Voice {
        \incipit {a}
        a
      }
    >>
    \new Staff \with { instrumentName = "" } <<
      \new Voice {
        \incipit {\key f \major a}
        a
      }
    >>
  >>
  \layout{ 
    indent = 4\cm
    %indent = 4\cm % aligns notes but now clefs are off
  }
}

Attachment: testincipit.pdf
Description: Adobe PDF document

Reply via email to