]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-empty-bar.ly
3a8cd9c435b8823108f694f9684153f794524ddf
[lilypond.git] / input / regression / spacing-empty-bar.ly
1 \version "2.13.4"
2
3 \header {
4   texidoc = "Empty barlines do not affect spacing."
5 }
6
7 {
8   c'4 c' \bar "" c' c' \break
9   \repeat unfold 10 { c' c' c' c' \bar "" \noBreak }
10 }