]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-beam-bar.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / auto-beam-bar.ly
1
2 \version "2.17.5"
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 }