]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-arpeggio-collision.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tie-arpeggio-collision.ly
1
2 \header {
3
4   texidoc = "Advanced tie chord formatting also works with arpegiated
5 ties.  Due to arpeggios, tie directions may be changed relative to the
6 unarpegiated case."
7
8   
9 }
10
11 \version "2.14.0"
12
13
14 \layout { ragged-right = ##t }
15 \new Staff \relative c'' {
16   <e c a f>2~ <e c a f> |
17   \set tieWaitForNote = ##t
18   e8~ c~ a~ f~ <e' c a f>2 |
19   f,8~ a~ c~ e~ <f, a c e>2 |
20 }
21