]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/font-bogus-ligature.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / font-bogus-ligature.ly
index 61166e865a13b163883d2676cb95dc194eb9a617..dac42fe513bc01688e31a488e8a6e3d54495f1c1 100644 (file)
@@ -5,7 +5,7 @@ This may happen with incorrect font versions.
 "
 }
 
-\version "2.16.0"
+\version "2.17.6"
 
 \paper {
   ragged-right = ##T
@@ -19,7 +19,7 @@ This may happen with incorrect font versions.
   \layout {
     \context {
       \Score
-      \override PaperColumn #'keep-inside-line = ##f
+      \override PaperColumn.keep-inside-line = ##f
     }
   }
 }