]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-outside-staff-priority.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dynamics-outside-staff-priority.ly
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}
6 contexts. This allows grobs with @code{outside-staff-priority} set
7 to 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 >>