]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-broken.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / tie-broken.ly
1 \header
2 {
3 texidoc = "Ties behave properly at line breaks."
4   }
5
6 \version "2.12.0"
7
8 \paper { ragged-right = ##t } 
9
10 \relative c'
11 {
12   r2...  <b e a>16 ~
13   \break
14   <b e a>4 r4 r2
15 }
16