lilypond-user
[Top][All Lists]
Advanced

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

Removing bar connecting grouped staves


From: Gilberto Agostinho
Subject: Removing bar connecting grouped staves
Date: Sat, 17 Oct 2020 20:53:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi everyone,

I am trying to create a diagram using Lilypond and I would like to remove the vertical bar connecting a series of grouped staves. This is the bar that is in the left hand side of a score and runs through all staves, and where instrument names are normally written. Would it be possible to hide it somehow?

Below is a minimal example:

\version "2.19.82"
\score {
    <<
        \new Staff {c'4 d' e' f'}
        \new Staff {c'4. d'4. e'4}
        \new Staff {c'2 d'2}
    >>
    \layout{
        \omit Score.BarLine
    }
}

https://i.postimg.cc/W3krqyTF/line.png

The diagram I am creating has a complex rhythm and I am using a group of staves so that the rhythm of each line matches the one above, which is why I am trying to use this trick of grouping them and then hiding the connecting bar.

Many thanks,
Gilberto



reply via email to

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