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