]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-end-2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-end-2.ly
1 \version "2.16.0"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc = "Grace notes at the end of an expression don't cause crashes."
7 }
8
9 { e' \acciaccatura << e'8 \\ cis' >> }