lilypond-user
[Top][All Lists]
Advanced

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

Re: System start delimiter for single staff


From: David Kastrup
Subject: Re: System start delimiter for single staff
Date: Thu, 24 May 2018 17:21:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Andrew Bernard <address@hidden> writes:

> I am attempting to make MS paper for a colleague who idiosyncratically
> uses a thick bar at the left on single staves. This is simple for a
> staff group, but how does one do it for a single ungrouped set of
> staves? Refer to attached sketch.

This is stupid but

\new Staff \with {
  \consists "System_start_delimiter_engraver"
  systemStartDelimiter = #'SystemStartBar
  \override SystemStartBar.collapse-height = 0
  \override SystemStartBar.thickness = 5
}
{
  \bar "|."
  c'1
}
-- 
David Kastrup

reply via email to

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