]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/putting-parentheses-around-a-single-note.ly
The IR guide
[lilypond.git] / input / lsr / putting-parentheses-around-a-single-note.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.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use"
7  texidoc = "
8 Objects may be parenthesized by prefixing @code{\\parenthesize} to the
9 music event: in other words, the note has to be put after the
10 @code{\\parenthesize} command.
11
12 This only functions inside chords; to parenthesize a single note it
13 must be enclosed with @code{ as if it is a chord.} 
14 " }
15 % begin verbatim
16 \relative c'' {
17   a4
18   < \parenthesize b >
19   c d
20 }