]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
index c734ccab6a7987ad89d16cb43dbc25184a796a74..1660d5312137c2382c9cebdd573b72de86ac2b6b 100644 (file)
@@ -1,22 +1,33 @@
 %% 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.13.1"
 
 \header {
   lsrtags = "expressive-marks"
 
+%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+  texidoces = "
+La función @code{\\parenthesize} es un truco especial que encierra
+objetos entre paréntesis.  El grob asociado es
+@code{Score.ParenthesesItem}.
+
+"
+  doctitlees = "Encerrar entre paréntesis una marca expresiva o una nota de un acorde"
+
   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 f a>2 
 }
 
+