]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark.ly
Add a TODO comment re grace note spacing.
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.35"
4
5 \header {
6   lsrtags = "expressive-marks"
7  texidoc = "
8 The parenthesize function is a special tweak that encloses objects in
9 parentheses. The associated grob is Score.ParenthesesItem.
10 " }
11 % begin verbatim
12 \relative {
13   c4 -\parenthesize -.
14   \override ParenthesesItem #'padding = #0.1
15   <d \parenthesize fis a> 
16 }
17