]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-parentheses-around-an-expressive-mark.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark.ly
index 4d7edacceb69bccdaefb7f9dc4150036a644f6d1..7341d4f224349bd5b86adc1b3b1471bbec903fed 100644 (file)
@@ -1,17 +1,17 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: expressive-marks
-\version "2.11.35"
+%% 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"
 
-\header { texidoc = "
+\header {
+  lsrtags = "expressive-marks"
+ texidoc = "
 The parenthesize function is a special tweak that encloses objects in
 parentheses. The associated grob is Score.ParenthesesItem.
 " }
 % begin verbatim
 \relative {
   c4 -\parenthesize -.
-
   \override ParenthesesItem #'padding = #0.1
   <d \parenthesize fis a> 
-
 }