]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-beam-note.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / rest-collision-beam-note.ly
1
2 \header {
3
4   texidoc = "Beam/rest collision resolution and normal rest/note
5 collisions can be combined."
6
7 }
8
9 \version "2.11.51"
10
11 \layout { ragged-right=##t }
12
13 \new Staff \relative
14 <<
15   {  s8 f4 } \\
16   {  <f, a>8[ r <a d>] }
17 >>