]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-syntax.ly
note-collision: left-align just the notes without force-hshift;
[lilypond.git] / input / regression / markup-syntax.ly
index 899909df278eb9ca49d73a84f2c5fb9f5959c983..484b9a5afe27252a8f46148f71b76d2cf2f31780 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.22"
 
 \header {
   texidoc = "Demo of markup texts, using LilyPond syntax."
@@ -41,6 +41,7 @@
       \super "2"
       " "
       \raise #3.0 \whiteout white-out
+      \raise #3.0 \whiteout-box white-out-box
       \circle \dynamic p
       \with-color #green Green
       \dynamic sfzp
@@ -54,7 +55,7 @@
   \layout {
     \context {
       \Score
-      \override PaperColumn #'keep-inside-line = ##f
+      \override PaperColumn.keep-inside-line = ##f
     }
   }