]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-tick.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / bar-line-tick.ly
1
2 \header { texidoc = "A ticked bar line is a short line of the same length as a
3   staff space, centered on the top-most barline." }
4
5 \version "2.12.0"
6
7 \paper {  ragged-right = ##t }
8
9 \relative \new StaffGroup <<
10   \new Staff {
11     c4 \bar "'" c }
12   \new Staff {
13      c c
14   }
15 >>
16