]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autochange-inside-grace.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / autochange-inside-grace.ly
1 \header {
2     texidoc = "Grace notes are placed on the appropriate staff."
3 }
4
5 \version "2.19.22"
6 \layout { ragged-right = ##t }
7
8 \score {
9   <<
10     \context Staff = "up" { s1 }
11     \context Staff = "down" {
12       \clef "bass"
13       r2
14       \grace { \autochange { e16 e'' } }
15       c'2
16     }
17   >>
18 }