]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mozart-hrn-3.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / mozart-hrn-3.ly
index bcdc1834e21195f669d26c0bb663ba3263f82fe3..ae58603ecf7f1671c77c3f065c2fedf6e849ccdf 100644 (file)
   style = "classical"
   maintainer = "hanwen@xs4all.nl"
   maintainerEmail = "hanwen@xs4all.nl"
-  maintainerWeb = "http://www.xs4all.nl/~hanwen/"      
+  maintainerWeb = "http://www.xs4all.nl/~hanwen/"
   lastupdated = "2002/May/21"
   source = "Edition Breitkopf 2563"
   footer = "Mutopia-2002/05/21-25"
 
-  tagline = \markup { \smaller
-      \column {
-          \fill-line { \footer "" }
-          \fill-line { { "This music is part of the Mutopia project,"
-                         \typewriter { "http://mutopiaproject.org/" }
-                        } }
-          \fill-line { #(ly:export (string-append "It has been typeset and placed in the public "
-                         "domain by "  maintainer  "."))  }
-          \fill-line { #(ly:export (string-append "Unrestricted modification and redistribution"
-                         " is permitted and encouraged---copy this music"
-                         " and share it!")) }
-          }
-       }
+  tagline = \markup {
+    \smaller \column {
+      \fill-line { \footer "" }
+      \fill-line {
+        \line { "This music is part of the Mutopia project,"
+          \typewriter { "http://mutopiaproject.org/" }
+        }
+      }
+      \fill-line {
+        #(string-append  "It has been typeset and placed in the public "
+                                    "domain by " maintainer ".")
+      }
+      \fill-line {
+        \line {
+          "Unrestricted modification and redistribution"
+          "is permitted and encouraged - copy this music"
+          "and share it!"
+        }
+      }
+    }
+  }
 
   texidoc="
 This is the Mozart 3 for horn.  It's from an Edition Breitkopf EB
 2563, edited by Henri Kling. Henri Kling (1842-1918) was a horn
-virtuoso that taught in Geneva. 
+virtuoso that taught in Geneva.
 "
 }
 
-\version "2.12.0"
+\version "2.19.12"
 
 \include "mozart-hrn3-defs.ily"
 \include "mozart-hrn3-allegro.ily"
@@ -48,56 +56,52 @@ virtuoso that taught in Geneva.
 \include "mozart-hrn3-rondo.ily"
 
 \paper {
-    between-system-space = 20 \mm
+  system-system-spacing.basic-distance = 10
+  score-system-spacing.basic-distance = 20
 }
 
-
 \book {
-    \score {
-       { \transpose c' bes \allegro }
-       \layout { }
-       \header { piece = "Allegro" opus = "" } 
-       
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 90 4)
-      }
+  \score {
+    { \transpose c' bes \allegro }
+    \layout { }
+    \header {
+      piece = "Allegro"
+      opus = ""
     }
 
+    \midi {
+      \tempo 4 = 90
+    }
+  }
 
+  \score {
+    { \transpose c' bes \romanze }
+    \header {
+      piece = "Romanze"
+      opus = ""
     }
 
-    \score {
-       { \transpose c' bes \romanze }
-       \header { piece = "Romanze" opus = "" } 
-       
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 70 4)
-      }
+    \midi {
+      \tempo 4 = 70
     }
 
+    \layout { }
+  }
 
-       \layout {}
+  \score
+  {
+    { \transpose c' bes \rondo }
+    \header {
+      piece = "Rondo"
+      opus = ""
     }
 
-    \score
-    {
-       { \transpose c' bes \rondo }
-       \header { piece = "Rondo" opus = "" }
-       
-  \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 100 4)
-      }
+    \midi {
+      \tempo 4 = 100
     }
 
-
-       \layout { }
-    }
+    \layout { }
+  }
 }
 
 %% Local Variables: