1\version "2.16.0"
2
3\header {
4
5  texidoc = "Links to labels should not break if the label doesn't exist."
6
7}
8
9\book {
10  \markup { \with-link #'dummy \concat { "Link to non-existing label"  } }
11}
12