lilypond-user
[Top][All Lists]
Advanced

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

Re: \magnifyStaff alters thickness of barlines


From: Andrew Bernard
Subject: Re: \magnifyStaff alters thickness of barlines
Date: Sun, 29 Apr 2018 18:10:15 +1000

Hi Brent,

Would something like this do perhaps?

====
\version "2.19.81"

\score {
  \new PianoStaff
  <<
    \new Staff = "right"
    \with {
      fontSize = #-6
      \override StaffSymbol.staff-space = #(magstep -6)
    }

    \relative c'' {a4 a a a \bar "|."}
    \new Staff = "left" \relative c {\clef bass a4 a a a \bar "|."}
  >>
}

====

Out of interest, why do you want a smaller staff for organ music RH? Just curious.

Andrew



reply via email to

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