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