]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-bogus-ligature.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / font-bogus-ligature.ly
1 \header
2 {
3   texidoc = "TM and No should not be changed into trademark/@/number symbols.
4 This may happen with incorrect font versions.
5 "
6 }
7
8 \version "2.14.0"
9
10 \paper {
11   ragged-right = ##T
12 }
13
14 \score{
15   {
16     c4^"November WHITMAN"
17   }
18
19   \layout {
20     \context {
21       \Score
22       \override PaperColumn #'keep-inside-line = ##f
23     }
24   }
25 }