lilypond-user
[Top][All Lists]
Advanced

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

RE:Bar number moves down inexplicably


From: Stephen MacNeil
Subject: RE:Bar number moves down inexplicably
Date: Wed, 3 Feb 2016 12:57:12 -0500

as a workaround you can add \override Score.BarNumber.Y-offset = #3


\score {

\new ChoirStaff <<

\new Staff <<

%% add

\override Score.BarNumber.Y-offset = #3

%%

\clef treble \global

\new Voice { \ss }

>>

\new Staff <<

\clef treble \global

\new Voice { \aa }

>>

\new Staff <<

\clef "treble_8" \global

\new Voice { \tt }

>>

\new Staff <<

\clef bass \global

\new Voice { \bb }

>>

>>

\layout { }

}


HTH

Stephen



reply via email to

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