lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar numbers under the music rather than above?


From: Eluze
Subject: Re: Bar numbers under the music rather than above?
Date: Tue, 19 Nov 2013 07:05:16 -0800 (PST)

ryanmichaelmcclure wrote
> That works if there are multiple parts. But, if there is only one part,
> then it wouldn't work sadly. 

of course this works, too:

<<
  \new Staff \with{
    \consists Bar_number_engraver
    \override BarNumber.direction = #down
    \override BarNumber.font-size = #-8
    \override BarNumber.break-visibility = #begin-of-line-invisible
    \override BarNumber.color = #blue
    } \violin
>>
\layout {
  \context {
    \Score
    \override BarNumber.color=#red
    \override BarNumber.font-size=#+5
  }
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Bar-numbers-under-the-music-rather-than-above-tp154126p154158.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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