]> 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.2.0"
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 }