]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-bar.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / auto-beam-bar.ly
1
2 \version "2.12.0"
3
4 \header{
5 texidoc="No auto beams will be put over (manual) repeat bars."
6 }
7 \layout{ ragged-right = ##t }
8
9 {
10   \time 3/4
11   a'4 b' c''8 \bar ":|:" d''8
12 }