lilypond-user
[Top][All Lists]
Advanced

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

Re: bar lines at the beginning of staves


From: Thomas Morley
Subject: Re: bar lines at the beginning of staves
Date: Sun, 18 Dec 2011 14:38:39 +0100

Hi,

2011/12/18 luis jure <address@hidden>:
>
>
> hello list,
>
> i'm trying to get systems without a system start delimiter, but with a bar
> line at the beginning of each staff. like in figure 1 instead of figure 2.
>
> i'm using \remove "System_start_delimiter_engraver", but then i don't know
> how to print a line at the beginning of each staff. i tried explicitly
> putting \bar "|" before the music, but i don't get what i want.
>
> any help would be greatly appreciated.
>
> best,
>
> lj

try:

\version "2.14.2"

<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
>>

% or

\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
>>

HTH,
  Harm



reply via email to

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