]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autochange-with-grace.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / autochange-with-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       \autochange { \grace { g8 g' } e'4 e }
15     }
16   >>
17 }