]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-empty-bar.ly
547e4a4811249446a7998d5cb9a7206e641451b1
[lilypond.git] / input / regression / spacing-empty-bar.ly
1 \version "2.14.0"
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 }