]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark.ly
Update LSR snippets
[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 %% Tags: expressive-marks
4 \version "2.11.35"
5
6 \header { texidoc = "
7 The parenthesize function is a special tweak that encloses objects in
8 parentheses. The associated grob is Score.ParenthesesItem.
9 " }
10 % begin verbatim
11 \relative {
12   c4 -\parenthesize -.
13   \override ParenthesesItem #'padding = #0.1
14   <d \parenthesize fis a> 
15 }
16