On 6/4/18 11:34 PM, David Wright wrote:
On Mon 04 Jun 2018 at 22:38:35 (-0400), dfro wrote:
Is there a setting to get bar lines to show on the far left side of
single staff systems? I haven't been able to find a way to do this,
if it is possible.
Put the staff in a grand staff thus:

   \new GrandStaff <<
     \new Staff <<

and add whichever of these you find you require:

\layout {
   \context {
     \Score
     \override SystemStartBar.collapse-height = #1
   }
   \context {
     \GrandStaff
     \override SystemStartBracket.collapse-height = #1
   }
}

You can do the same with ChoirStaff, and using
SystemStartBracket/Brace/Square as appropriate.

Cheers,
David.

Thank you David!

This method works well, also. Is there a way to make the first measure with no bar line on the left, and then have all subsequent staff systems engrave the left most bar lines?

Peace,

David


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to