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