]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-broken-other-staff.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / tie-broken-other-staff.ly
1 \header {
2   texidoc = "Broken tie lengths are not affected by clefs
3 in other staves."
4 }
5
6 \version "2.12.0"
7
8 \layout {
9   ragged-right = ##t
10 }
11
12 <<
13   \new Staff \relative c'''{ e1 ~ \break e }
14   \new Staff \relative c{ \clef bass a \clef treble cis }
15 >>