문제

(I can't tell if this is meant to be SO or SU, so please move it as necessary.)

Lilypond automatically puts in measure bars for me, but only if there's more than one line. I'm writing a part for which I'm doing:

\override StaffSymbol #'line-count = #1

and measure bars do not appear. (That's kind of odd: just because there's no pitch on this part, doesn't mean counting measures is any less important.)

How do I tell Lilypond to draw measure bars?

도움이 되었습니까?

해결책

Found a solution:

\override BarLine #'bar-size = #4
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top