1\version "2.19.21"
2
3\header {
4	texidoc = "addlyrics do not need braces around their arguments,
5in particular if the arguments are variables."
6}
7
8m = \relative { c'4 d }
9l = \lyricmode { A B }
10
11% addlyrics takes music expressions as well as music identifiers. The following
12% two staves should produce the same output:
13\new Staff { {\m} \addlyrics {\l} }
14\new Staff { \m \addlyrics \l }
15