The manual shows how to show bar numbers on every bar:
http://www.lilypond.org/doc/v2.17/Documentation/notation/bars#bar-numbers.
This works when the code is pasted into a new lilypond file, but I must
still not understand something pretty fundamental about LilyPond because no
matter where I've placed it, I can't get it to work in this file:

\version "2.16.1"

% Here is the line I can't place correctly:



\override Score.BarNumber.break-visibility = #'#(#t #t #t)

\paper {

#(set-paper-size "letter")

}

\layout {

\context {

\Score

}

}

global = {

}

violinI = \relative c'' {

\repeat volta 2 {

\global

c c c c

}

}

violinIPart = \new Staff \with {

} \violinI

\score {

\violinIPart

\layout {

}

}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to