]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-accidentals.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / beam-collision-accidentals.ly
1 \version "2.14.0"
2 \header {
3   texidoc = "Beams only check for collisions with in-line accidentals."
4 }
5
6 {
7  \set suggestAccidentals = ##t
8   a'8[ fis'16 g'16]
9   \unset suggestAccidentals
10   c'8 [ des'' ]
11   r2
12 }