1\header {
2  texidoc = "Skylines cover all segments of slurs."
3}
4
5\version "2.20.0"
6
7#(ly:set-option 'debug-skylines #t)
8
9\relative g'' {
10  g4 (d' b g) |
11  g4 \(d' b g\)
12}
13