]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/parenthesize-markup.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / parenthesize-markup.ly
index 0699587ec8ea6dbd0aba70e2e29372cbbf683cab..ba5268756eab8dc73cf2e3201f20469fe6430577 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.13"
+\version "2.19.21"
 
 \header{
 
@@ -12,10 +12,20 @@ The angularity of the parentheses can be adjusted.
 }
 
 \score {
-  c''^\markup {
+  \relative {c''^\markup {
     \parenthesize {
       \column { "A" "B" "C" }
     }
+  } c c c
+  c^\markup {
+    \override #'(angularity . 2) {
+      \override #'(width . 0.5) {
+        \parenthesize {
+          \column { "A" "B" "C" }
+        }
+      }
+    }
+  } c c c
   }
 }