]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staccato-pos.ly
*** empty log message ***
[lilypond.git] / input / regression / staccato-pos.ly
1 \version "1.7.18"
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         e'4-. f-. d-. c-. b-. 
12   }
13   \paper {
14     raggedright = ##t
15   }  
16 }
17 %% new-chords-done %%