]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-merge-dots.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / collision-merge-dots.ly
1 \header {
2
3     texidoc = "When merging heads, the dots are merged too."
4     }
5 \version "2.1.26"
6
7 \score {
8 \notes {
9 \relative c'' \new Staff {
10     << { d8. e16 } \\ { d8. b16 } >> 
11     }
12 }
13
14 \paper { raggedright = ##t }}