]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staccato-pos.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / staccato-pos.ly
1
2 \version "1.9.4"
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   }
14   \paper {
15     raggedright = ##t
16   }  
17 }
18