]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
index c734ccab6a7987ad89d16cb43dbc25184a796a74..32276fff42c78c323fd204b0dcb97ffb972ae06c 100644 (file)
@@ -1,22 +1,22 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.46"
 
 \header {
   lsrtags = "expressive-marks"
 
   texidoc = "
 The @code{\\parenthesize} function is a special tweak that encloses
-objects in parentheses. The associated grob is
+objects in parentheses.  The associated grob is
 @code{Score.ParenthesesItem}. 
 
 "
   doctitle = "Adding parentheses around an expressive mark or chordal note"
 } % begin verbatim
-\relative {
+\relative c' {
   c2-\parenthesize ->
   \override ParenthesesItem #'padding = #0.1
   \override ParenthesesItem #'font-size = #-4
-  <d \parenthesize fis a> 
+  <d \parenthesize fis a>2 
 }