Hi,
I have a RhythmicStaff above a group of Staff, ChordNames and TabStaff.
While I would like the Staff, ChordNames and TabStaff to be connected with
a vertical line at the start of the group (as it seems to be the default),
I would like to remove the vertical line at the start which connects the
RhythmStaff with the Staff system below. Also I would like to find
out if it is possible to bring the RhythmStaff closer to the Staff
system, as right now there is a lot of empty space between the two
systems.
Here is my example:
<<
\new RhythmicStaff
{
\override Staff.StaffSymbol.transparent = ##t
\override Staff.TimeSignature.stencil = ##f
\improvisationOn
c8 c16 c16~ c16 c16 c16 c16 c8 c16 c16~ c16 c16 c16 c16|
}
\new Staff
{
\clef "treble_8"
\key c \major \set tieWaitForNote = ##t
\time 4/4
c'2 d'2
}
\new ChordNames
{
\chordmode { c2 d2:m |}
}
\new TabStaff {
{ c'2 d'2 }
}
\version "2.25.1"
I would be very glad if someone could point me to a solution to my
problems,
Thanks,
Stefan
--
Stefan E. Mueller
[email protected]