]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/markup-definition.ly
release: 1.4.2
[lilypond.git] / input / bugs / markup-definition.ly
1 %{
2
3 The definition of markup is incomplete.
4
5 Ideally, either the input is valid, and all information therein is
6 used, or it is invalid, and an error message is produced.
7
8 %}
9
10
11 \score { \notes \relative c' {
12     f_#'(lines "one" ( "tow"))
13
14     % three ignored
15     f_#'(lines "one" ( "two" "three" ))        
16
17         % italic ignored.
18     f_#'(lines "one" (bold italic "towo"))
19     
20   }}