]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-links-nolabel.ly
Add newlines at EOF where appropriate.
[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 }