]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-bar.ly
*** empty log message ***
[lilypond.git] / input / regression / auto-beam-bar.ly
1
2 \version "2.6.0"
3
4 \header{
5 texidoc="No auto beams will be put over (manual) repeat bars."
6 }
7
8 {
9   \time 3/4
10   a'4 b' c''8 \bar ":|:" d''8
11 }
12 \layout{
13   raggedright = ##t
14 }