]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-headword.ly
Release: bump VERSION_DEVEL.
[lilypond.git] / Documentation / snippets / ancient-headword.ly
index a497db4e52b6abd93c1f51e15d083b7235421240..4b021682058e035df84900dd46d191b1d7613e24 100644 (file)
@@ -1,30 +1,20 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.12.0
-\version "2.13.10"
-
-#(set-global-staff-size 15)
-\paper{
-  ragged-right=##t
-  line-width=17\cm
-  indent=0\cm
-}
-
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.18.0"
 
 \header {
-  lsrtags = "headwords"
-  texidoc = ""
-  doctitle = "headword"
-} % begin verbatim
+  lsrtags = "headword"
 
+  texidoc = "
+.
 
-\layout {
-  \context { \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
+"
+  doctitle = "Ancient headword"
+} % begin verbatim
 
 \include "gregorian.ly"
 
 \layout {
   \context {
     \Staff
-    \consists Custos_engraver
+    \consists "Custos_engraver"
   }
 }
-