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