]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/layout-from.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / layout-from.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "
5 Inside of output definitions like @code{\\layout} or @code{\\midi},
6 music is harvested for layout definitions in order to turn them
7 into context modifications.
8 "
9 }
10
11 \score {
12   \relative { cis' cis cis cis }
13   \layout {
14     \accidentalStyle dodecaphonic
15   }
16   \midi {
17     \tempo 4 = 240
18   }
19 }