]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-links-nolabel.ly
6ebdf57063138264f4742a58666e9a5eb49977a1
[lilypond.git] / input / regression / page-links-nolabel.ly
1 \version "2.14.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 }