1\version "2.17.16"
2
3\header {
4  texidoc = "@code{DynamicText}, @code{DynamicLineSpanner}, and
5@code{Hairpin} do not have @code{outside-staff-priority} in @code{Dynamics}
6contexts. This allows grobs with @code{outside-staff-priority} set
7to be positioned above and below them.
8"
9}
10
11<<
12  \new Staff = "Test" {
13    \tempo "Andante" c'1
14  }
15  \new Dynamics \with { alignAboveContext = "Test" } {
16    s1\f
17  }
18>>
19