]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-syntax.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-syntax.ly
index 84d7f9216858caa7e32cd98a227d4c7d4761a8cb..dc56d260ac945ca65dc2ae76d91845a9e69a2fa6 100644 (file)
@@ -1,47 +1,61 @@
-\header  {
-
-    texidoc = "Demo of markup texts, using LilyPond syntax. "
+\version "2.17.6"
 
+\header {
+  texidoc = "Demo of markup texts, using LilyPond syntax."
 }
 
-\version "2.7.13"
-
-{
-  f'1-\markup {
-    foo
-    \raise #0.2 \hbracket \bold bar
-    \override #'(baseline-skip . 4)
+\score {
+  {
+    f'1-\markup {
+      foo
+      \raise #0.2 \hbracket \bold bar
 
-    \bracket \column { baz bazr bla }
-    \hspace #2.0
-    \override #'(font-encoding . fetaMusic) {
-      \lookup #"noteheads-0"
+      \override #'(baseline-skip . 4)
+      \bracket \column {
+        baz
+        bazr
+        bla
+      }
+      \hspace #2.0
+      \override #'(font-encoding . fetaMusic) {
+        \lookup #"noteheads-0"
+      }
+      \semiflat
+      { }
+      \combine "X" "+"
+      \combine "o" "/"
+    }
+    g'1-\markup {
+                                  %            \char-number #"abc1234abc"
+      \box \column {
+        \line { "string 1" }
+        \line { "string 2" }
+        \concat { "f" "i" }
+      }
+      " "
+      \draw-circle #1 #0.3 ##f
+      " "
+      \draw-circle #1 #0.3 ##t
+      " "
+      \italic Norsk
+      \super "2"
+      " "
+      \raise #3.0 \whiteout white-out
+      \circle \dynamic p
+      \with-color #green Green
+      \dynamic sfzp
+      \huge { "A" \smaller "A" \smaller \smaller "A"
+              \smaller \smaller \smaller "A" }
+      \sub "alike"
     }
-    \semiflat
+    c''4
+  }
 
-    { }
-    
-    \combine "X" "+"   
-    \combine "o" "/"
+  \layout {
+    \context {
+      \Score
+      \override PaperColumn.keep-inside-line = ##f
+    }
   }
-  g'1-\markup {
-                               %               \char-number #"abc1234abc"
-    \box \column { \line { "string 1" } \line { "string 2" } }
-    " " 
-    \draw-circle #1 #0.3 ##f
-    " "
-    \draw-circle #1 #0.3 ##t
-    " "
-    \italic Norsk
-    \super "2"
-    " "
-    \raise #3.0 \whiteout white-out
-    \circle \dynamic p
-    \with-color #green Green
-    \dynamic sfzp
-    \huge { "A" \smaller "A" \smaller \smaller "A"
-           \smaller \smaller \smaller "A" }
-    \sub "alike"
-  }    
-  c''4
+
 }