]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-bar.ly
d6565864c7ca520349830fa9031c0238b69a574d
[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 \score {
9      {
10         \time 3/4
11         a'4 b' c''8 \bar ":|:" d''8
12     }
13     \layout{
14    raggedright = ##t
15 }
16 }