]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/ancient-headword.ly
Change keep-inside-line defaults to true.
[lilypond.git] / Documentation / snippets / new / ancient-headword.ly
index 6fb70574b407734ef12fb666af8ac9f45ceb5051..50a8ba81d5037f690077078178bdb872c296478e 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.12.0"
+\version "2.13.36"
 
 #(set-global-staff-size 15)
-\paper{
-  ragged-right=##t
-  line-width=17\cm
-  indent=0\cm
+\paper {
+  ragged-right = ##t
+  line-width = 17\cm
+  indent = 0\cm
 }
 
 
   doctitle = "headword"
 }
 
-\layout {
-  \context { \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
-
 \include "gregorian.ly"
 
 \score {
 \layout {
   \context {
     \Staff
-    \consists Custos_engraver
+    \consists "Custos_engraver"
   }
 }
-