]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar-spacing.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / span-bar-spacing.ly
1 \header {
2   texidoc = "SpanBars participate in the horizontal collision system;
3 the accidentals should not collide with the bar lines."
4 }
5
6 \version "2.14.0"
7
8 upper = \relative c' {
9   \key f \minor \time 12/8 
10   r4. r8 r r r r r r r r 
11   e8 e e e e e e e e e e e 
12   e, e'! e! e! e! e! e! e! e! e! e! e!
13 }
14
15 lower = { R1. R1. R1. }
16
17 \new PianoStaff << \new Staff \upper \new Staff \lower >>
18