lilypond-user
[Top][All Lists]
Advanced

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

"Unconnected" simultaenous staff groups


From: Lukas-Fabian Moser
Subject: "Unconnected" simultaenous staff groups
Date: Wed, 25 Oct 2017 20:03:06 +0200

Hello,

it is possible to remove the vertical line that connects simultaenous staves in each system at their beginning:

This is useful in order to generate a score of musical examples (in a scientific context) that should be aligned "as if they were to be played simultaenously" (for easier comparison), yet are meant as independent examples.

But now I'd like to have the same not for staves but for piano staves/staff groups: Several piano staves, each of which has its own SystemStartBar (but the SystemStartBars themselves should not be connected to each other). In the following example, the SystemStartBar is missing in both piano staves:


\version "2.19.80"

\layout {
  \context {
    \Score
    \omit SystemStartBar
  }
}

<<
  \new PianoStaff <<
    \new Staff a4
    \new Staff a4
  >>
  \new PianoStaff <<
    \new Staff a4
    \new Staff a4
  >> 
>>

Best
Lukas

reply via email to

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