]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-broken.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / tie-broken.ly
1 \header
2 {
3 texidoc = "Ties behave properly at line breaks."
4   }
5
6 \version "2.10.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