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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to