lilypond-user
[Top][All Lists]
Advanced

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

Re: Different barline types for seperate staves


From: Torsten Hämmerle
Subject: Re: Different barline types for seperate staves
Date: Sun, 4 Mar 2018 16:04:31 -0700 (MST)

Ahem, sorry,

whichBar can be used to insert any kind of barline at any place...
If you just want to replace the regular barline by something else, you may
\override the glyph-name of BarLine (or SpanBar between staves).

To give an example with a PianoStaff: upper stave standard, dashed between
the staves and dotted in the lower stave:

%%%%%%
\version "2.18.2"

\new PianoStaff <<
  \new Staff { 
    \override PianoStaff.SpanBar.glyph-name = "!" 
    \repeat unfold 10 { c' e' g' e' }
  }
  \new Staff {
    \clef bass
    \override Staff.BarLine.glyph-name = ";" 
    \repeat unfold 10 { c2 g } }
>>

Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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