]> git.donarmstrong.com Git - lilypond.git/blob - input/test/separate-staccato.ly
''
[lilypond.git] / input / test / separate-staccato.ly
1 \header {
2
3 texidoc="You can enter notes and articulations separately, and merge
4 them into one thread.  Here is an example to add repeated staccato dots."
5
6
7
8 staccatos = \notes { s4-. s-. s-. s s }
9
10 music = \notes\relative c' { c4 d e f g  a b c d e }
11
12 \score {
13    \context Thread=one <
14      \music
15      \repeat unfold 2 \staccatos
16    >
17 }