]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
index a8cb37591888cb5da3b5c0521e568bbc971fad57..253493ee873149eb0b91e10dc1c9c2d43c2743f8 100644 (file)
@@ -1,23 +1,23 @@
-%% 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.39"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 La función @code{\\parenthesize} es un truco especial que encierra
-objetos entre paréntesis.  El grob asociado es
-@code{Score.ParenthesesItem}.
+objetos entre paréntesis.  El grob asociado es @code{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
-@code{Score.ParenthesesItem}. 
+objects in parentheses.  The associated grob is @code{ParenthesesItem}.
+
 
 "
   doctitle = "Adding parentheses around an expressive mark or chordal note"
@@ -27,7 +27,6 @@ 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
 }
 
-