]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/horizontal-bracket-tweak.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / horizontal-bracket-tweak.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Horizontal brackets are created with the correct event-cause, ensuring
5 tweaks are applied to the correct spanner."
6 }
7
8 \layout {
9   \context {
10     \Voice
11     \consists "Horizontal_bracket_engraver"
12   }
13 }
14
15 \relative {
16   c'1-\tweak thickness #6 \startGroup
17   c1\startGroup
18   c1\stopGroup
19   c1\stopGroup
20 }