]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staccato-pos.ly
patch::: 1.3.140.jcn6
[lilypond.git] / input / regression / staccato-pos.ly
1
2 \header{
3 texidoc="
4 The staccato dot (and all scripts with follow-into-staff set), must
5 not be on staff lines.
6 ";
7 }
8 \score { 
9   \context Voice \notes\relative c {
10     
11         e''4-. f-. d-.
12         c,-. b-. c'''-. d-.
13         
14   }
15   \paper {
16     linewidth=-1.0;
17   }  
18   \midi { }
19 }