]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/parenthesize.ly
Merge commit 'origin/lilypond/translation' into dev/texi2html
[lilypond.git] / input / regression / parenthesize.ly
index e8b5050cc69528fcdcbfb740c23a4564efa3c21e..c440fa8d81fe3fd52a4b72668327e2bae4794c51 100644 (file)
@@ -4,20 +4,20 @@
 
   texidoc = "The parenthesize function is a special tweak that
   encloses objects in parentheses. The associated grob is
-  @code{Score.ParenthesesItem}.
-
-" 
+  @code{Score.ParenthesesItem}." 
 }
 
 
 \paper {
   ragged-right = ##t
-  }
-\version "2.7.32"
+}
+
+\version "2.11.51"
 
 \relative {
   c4 -\parenthesize -.
 
+  \override ParenthesesItem #'padding = #0.1
   <d \parenthesize fis a> 
 
 }