]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/title-markup.ly
* scm/backend-library.scm (output-scopes, header-to-file): Move
[lilypond.git] / input / test / title-markup.ly
index 272bf352074517bbb7a05bcf3a7692963f32e6e2..ed473415803bd2283835200d409201aac1a1f79a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.5.13"
 
 %{
    Markup titles also available for direct PostScript output:
@@ -25,7 +25,7 @@ For century schoolbook font:
 
 %}
 
-\paper{
+\layout{
     #(define page-breaking ly:optimal-page-breaks)
     %% Ughr, this breaks TeX output...
     %% fonts = #(make-century-schoolbook-tree 1.0)
@@ -33,11 +33,11 @@ For century schoolbook font:
 }
 
 latinTest = \markup {
-    "Hellö"
+    "Hellö"
 }
     
 sizeTest = \markup {
-       \column <
+       \column {
             { \normalsize "normalsize"
               \hspace #5
               \smaller "smaller"
@@ -55,10 +55,9 @@ sizeTest = \markup {
               \hspace #5
               \bigger \bigger \bigger "bigger"
             }
-       >
+       }
 }
 
-\encoding "latin1"
 
 spaceTest = \markup { "two space chars" }
 \header {
@@ -66,11 +65,11 @@ spaceTest = \markup { "two space chars" }
 
     tagline = "my tagline for "
     
-    %dedication = "För my dør Lily"
+    %dedication = "För my dør Lily"
     % ugh: encoding char-size
-    %dedication = "For my öòóôõø so dear Lily"
+    %dedication = "For my öòóôõø so dear Lily"
     dedication = \markup { "For my "
-                          "öòóôõø"
+%                         "öòóôõø"
                           " so dear Lily" }
     title = "Title"
     subtitle = "(and (the) subtitle)"
@@ -85,7 +84,7 @@ spaceTest = \markup { "two space chars" }
     piece = "Piece"
 
     %% Override automatic book title
-    %% bookTitle = \markup { \fill-line < \huge\bold \title > > }
+    %% bookTitle = \markup { \fill-line { \huge\bold \title } }
 }
 
 \book {
@@ -94,8 +93,8 @@ spaceTest = \markup { "two space chars" }
        \context Staff  \relative c' {
            c2-\sizeTest c2-\spaceTest
        }
-       \paper {
-           #(paper-set-staff-size (* 11.0 pt)) 
+       \layout {
+           #(layout-set-staff-size (* 11.0 pt)) 
        }
     }
     
@@ -118,7 +117,11 @@ spaceTest = \markup { "two space chars" }
            opus = "opus 1"
            piece = "Second"
        }
-       \paper {
+       \layout {
        }
     }
 }
+
+%% Local Variables:
+%% coding: utf-8
+%% End: