]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
index a8cb37591888cb5da3b5c0521e568bbc971fad57..46f006343022c7dd8a3a3288899e40964aa81c5a 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "expressive-marks"
@@ -17,7 +18,7 @@ objetos entre parĂ©ntesis.  El grob asociado es
   texidoc = "
 The @code{\\parenthesize} function is a special tweak that encloses
 objects in parentheses.  The associated grob is
-@code{Score.ParenthesesItem}. 
+@code{Score.ParenthesesItem}.
 
 "
   doctitle = "Adding parentheses around an expressive mark or chordal note"
@@ -27,7 +28,7 @@ objects in parentheses.  The associated grob is
   c2-\parenthesize ->
   \override ParenthesesItem #'padding = #0.1
   \override ParenthesesItem #'font-size = #-4
-  <d \parenthesize f a>2 
+  <d \parenthesize f a>2
 }