]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ligature-bracket.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ligature-bracket.ly
1 \header {
2   texidoc = "The ligature bracket right-end is not affected by other voices."
3 }
4
5 \version "2.16.0"
6 <<
7         \new Staff {\[b2 b\]   | \[b b\] }
8         \new Staff {b2 b       | b4 b b b }
9 >>