Printing the bar number for the first measure: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
By default, the first bar number in a score is suppressed if it is less than or equal to 1. By setting <code>barNumberVisibility</code> to <code>all-bar-numbers-visible</code>, any bar number can be printed for the first measure and all subsequent measures.
By default, the first bar number in a score is suppressed if it is less than or equal to&nbsp;1. This can be changed by setting the <code>barNumberVisibility</code> context property to value <code>all-bar-numbers-visible</code>.


<lilypond version="2.24">
<lilypond version="2.24">
\layout {
\paper {
   indent = 0
   line-width = 50\mm
  ragged-right = ##t
}
}


Line 15: Line 14:


[[Category:Rhythms]]
[[Category:Rhythms]]
[[Category:Included in the official documentation]][[Category:Snippet]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]