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