]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skyline-vertical-placement.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / skyline-vertical-placement.ly
1 \header {
2   texidoc = "Grobs that have outside-staff-priority set are positioned
3 using a skyline algorithm so that they don't collide with other objects."
4 }
5
6 \layout {ragged-right = ##t}
7
8 \version "2.12.0"
9 \relative c''' {
10   \override TextScript #'outside-staff-priority = #2
11   \override DynamicLineSpanner #'outside-staff-priority = #1
12   c
13   \once \override TextScript #'self-alignment-X = #CENTER
14   a,^"this doesn't collide with the c"
15   b^"this goes above the previous markup"
16   a8_"this goes below the dynamic"
17   a\f
18 }