]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-arpeggio.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / spacing-bar-arpeggio.ly
1 \header{
2   texidoc = "An arpeggio following a bar gets space"
3
4 }
5
6 \version "2.10.10"
7
8 \layout{ragged-right=##t}
9 \new Staff {
10
11   \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
12   \override Score.NonMusicalPaperColumn #'layer = #1
13   
14   s1
15   <b' c'' c'>1\arpeggio
16 }