What does the Lilypond "<< ... >>" construct do?

Viewed 61

What does the << ... >> construct do? When is it appropriate? What it is called? It is used extensively in the documentation but I haven't found a definition. Thanks

1 Answers

Searching for "simultaneous music" found the answer. Apparently { ... } is for sequential processing and << ... >> is for parallel or simultaneous processing. There is an entry in the learning manual's glossary but not in the Notation Reference.

Related