]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-rest.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-cross-staff-rest.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Placement of beamed cross staff rests should be
5 reasonably close to beam.
6 "
7 }
8
9 Up = \change Staff = "up"
10 Down = \change Staff = "down"
11
12 \new PianoStaff <<
13   \new Staff = "up"
14   \relative c'' {
15     \time 6/8 a2.
16     c'8[ \Down c,16 \Up fis \Down r fis] \Up
17   }
18   \new Staff = "down" { s2. s4. }
19 >>