]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-bogus-ligature.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / font-bogus-ligature.ly
index ec7399e374b9e0020e3667dbe4f2d2992500ef32..61166e865a13b163883d2676cb95dc194eb9a617 100644 (file)
@@ -1,16 +1,25 @@
 \header
 {
-  texidoc = "TM and No should not be changed into trademark/number symbols.
+  texidoc = "TM and No should not be changed into trademark/@/number symbols.
 This may happen with incorrect font versions.
 "
 }
 
-\version "2.10.0"
+\version "2.16.0"
 
 \paper {
   ragged-right = ##T
 }
 
-{
-  c4^"November WHITMAN"
+\score{
+  {
+    c4^"November WHITMAN"
+  }
+
+  \layout {
+    \context {
+      \Score
+      \override PaperColumn #'keep-inside-line = ##f
+    }
+  }
 }