]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-breathe.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / auto-beam-breathe.ly
1 \version "2.16.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 }