I would like to change the staff switch line from solid to dashed or dotted.
I based the following example on a message that I found in the Lilypond mail 
archive: https://www.mail-archive.com/lilypond-user@gnu.org/msg47036.html
When I compile this example, the line is still solid.
Is my syntax incorrect or what have I misunderstood?
Thanks to anyone who can provide the answer.
Joe Srednicki
====================================
\version "2.19.82"\new PianoStaff <<
  \new Staff = "one" {    \showStaffSwitch
    \override VoiceFollower #'style  = #'dotted-line'
    c'1
    \change Staff = "two"
    b2 a
  }
  \new Staff = "two" {
    \clef bass
    s1*2
  }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to