lilypond-user
[Top][All Lists]
Advanced

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

Changing the staff switch line to a dashed or dotted line


From: Joseph Srednicki
Subject: Changing the staff switch line to a dashed or dotted line
Date: Sat, 12 Jan 2019 21:11:03 +0000 (UTC)

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/address@hidden/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
  }
>>

reply via email to

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