]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/parenthesize.ly
Build: Dependencies for metafont files (issue 779).
[lilypond.git] / input / regression / parenthesize.ly
index e8b5050cc69528fcdcbfb740c23a4564efa3c21e..a39a61ca797f0c6c6567ce9903dc4525dff00862 100644 (file)
@@ -4,20 +4,22 @@
 
   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.17.6"
+
+\relative c' {
+  c2 -\parenthesize -.
 
-\relative {
-  c4 -\parenthesize -.
+  \parenthesize \breathe
 
+  \override ParenthesesItem.padding = #0.1
   <d \parenthesize fis a> 
 
 }