]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-links-nolabel.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[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 }