]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/parenthesize-notes-accidentals.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / parenthesize-notes-accidentals.ly
1 \version "2.19.19"
2
3 \header {
4   texidoc = "Parentheses around notes also include accidentals and dots;
5 they are centered on the vertical center of the combined enclosed items."
6 }
7
8 \score {
9   \new Staff {
10     \parenthesize ais'4. \parenthesize des''4
11   }
12 }
13