]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-empty-bar.ly
Add newlines at EOF where appropriate.
[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 }