| [ << Common notation ] | [首页][目录][索引] | [ Fundamental concepts >> ] |
| [ < Multiple notes at once ] | [ 上 : Multiple notes at once ] | [ Analogy: mathematical expressions > ] |
3.2.1 Music expressions explained
| Analogy: mathematical expressions | ||
| Simultaneous music expressions: multiple staves | ||
| Simultaneous music expressions: single staff |
In LilyPond input files, music is represented by music expressions. A single note is a music expression:
a'4
Enclosing music in braces creates a compound music expression. Here we have created a compound music expression with two notes:
\relative { a'4 g4 }
Putting a group of music expressions (e.g., notes) in braces means that they are in sequence (i.e., each one follows the previous one). The result is another music expression:
\relative { { a'4 g } f4 g }
| [ << Common notation ] | [首页][目录][索引] | [ Fundamental concepts >> ] |
| [ < Multiple notes at once ] | [ 上 : Multiple notes at once ] | [ Analogy: mathematical expressions > ] |
![[image of music]](../24/lily-c06c6534.png)
![[image of music]](../a0/lily-3d662407.png)
![[image of music]](../a5/lily-d7b070a7.png)