]> git.donarmstrong.com Git - lilypond.git/blob - input/test/new-markup.ly
* lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
[lilypond.git] / input / test / new-markup.ly
1 \version "1.7.7"
2 \header {
3     texidoc =" New markup scheme. Semantically more sane. We haven't
4     invented a nice syntax yet."
5 }
6
7 \score {
8   \notes \context Voice {
9      \property Voice.TextScript \set #'molecule-callback = #brew-new-markup-molecule
10      c4^#`(,simple-markup "foo")
11      c4^#`(,column-markup (
12                            (,bold-markup (,simple-markup "foo"))
13                            (,simple-markup "bar")))
14      }
15 }