]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-breathe.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / auto-beam-breathe.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Automatic beams are ended early if a breathing sign is
5 encountered."
6 }
7
8 \relative {
9   \time 1/1
10   \repeat unfold 8 c'8
11   c8 c
12   \breathe
13   c8 c c c c
14   \breathe
15   c8
16 }