]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/demonstrating-all-headers.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / demonstrating-all-headers.ly
index ef7645ff3df4262cd44dd8a0f82a522725ab6f90..880f1086551ca5ece1d34c927f6438f4296811d4 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.13.1"
 
 \header {
   lsrtags = "text, paper-and-layout, titles"
@@ -11,6 +11,7 @@ A demonstration of all headers.
 "
   doctitle = "Demonstrating all headers"
 } % begin verbatim
+
 \header {
   copyright = "copyright"
   title = "title"
@@ -28,12 +29,16 @@ A demonstration of all headers.
   source = "urtext"
 }
 
+\layout {
+  ragged-right = ##f
+}
+
 \score {
-  \relative c'' { c1 c c c }
+  \relative c'' { c1 | c | c | c }
 }
 
 \score {
-   \relative c'' { c1 c c c }
+   \relative c'' { c1 | c | c | c }
    \header {
      title = "localtitle"
      subtitle = "localsubtitle"
@@ -47,3 +52,4 @@ A demonstration of all headers.
      copyright = "localcopyright"
    }
 }
+