On Tue, Feb 18, 2020 at 02:55:44PM +0100, David Kastrup wrote:

> \new Staff \with { \override StaffSymbol.line-count = #1
>                  \omit Clef
>                  \omit KeySignature
>                  \omit TimeSignature
>                  \omit LedgerLineSpanner
>                  \omit BarLine
>                  instrumentName = \markup \column { Gtr Bas }
>                }
> << { \stemUp r4 r r d'' } \\ { \stemDown g'4 r8 g' g'4 r } >>
> 
> would appear to do the trick.  You can use that inside of a \score
> markup if necessary.  You have to see just which of the omitted material
> you'd rather have.

What happens if I prepend that staff to the rest of the lead sheet,
which starts with:

  leadSheet = {
    <<
      \new ChordNames {
        \harmony
      }
      .....

Is that the new Staff continues instead of being interrupted.
I'd want it completely detached instead (and smaller).
Nice one, line-count, but I think I can deal with full staff as well.

--strk;

Reply via email to