]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/cluster-break.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / cluster-break.ly
1
2 \version "2.11.51"
3 \header {
4   texidoc = "Clusters behave well across line breaks."
5 }
6
7 \layout { ragged-right = ##t }
8
9 fragment = \relative c' {
10   \time 2/4 
11   <e d'>4
12   <g a>4 | \break
13   <e a>
14   <f a>
15 }
16
17 << \new Staff \makeClusters \fragment
18    \new Staff \fragment
19 >>
20
21