]> 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 4106858064edf107b87a600406e4e2240d568af0..7341d4f224349bd5b86adc1b3b1471bbec903fed 100644 (file)
@@ -1,18 +1,17 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: expressive-marks
-\version "2.11.35"
+\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> 
-
 }