]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
index 4b967cb4e38d22f6f07e46af06452b12ba5ce15c..1ae68ab0674bccb74d0bf6fa606e6ae7a7a22d88 100644 (file)
@@ -1,12 +1,12 @@
 %% 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.51"
+\version "2.13.0"
 
 \header {
   lsrtags = "expressive-marks"
 
   texidoces = "
-La función @code{\parenthesize} es un truco especial que encierra
+La función @code{\\parenthesize} es un truco especial que encierra
 objetos entre paréntesis.  El grob asociado es
 @code{Score.ParenthesesItem}.
 
@@ -21,10 +21,11 @@ objects in parentheses.  The associated grob is
 "
   doctitle = "Adding parentheses around an expressive mark or chordal note"
 } % begin verbatim
+
 \relative c' {
   c2-\parenthesize ->
   \override ParenthesesItem #'padding = #0.1
   \override ParenthesesItem #'font-size = #-4
-  <d \parenthesize fis a>2 
+  <d \parenthesize f a>2 
 }