]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-to-grace.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-to-grace.ly
1
2 \version "2.1.26"
3 \header {
4
5     texidoc ="Space from a normal note (or barline) to a grace note is
6     smaller than to a normal note."
7     
8 }
9
10 \score {
11     \context Voice \notes
12     { \time 2/4
13       \relative c'' {
14           e8 e \grace d8 e e \grace f8 e es, d' d
15           e8 e e e \grace { \stemDown f8 \stemBoth } e es, d'
16
17                   }  
18
19     }
20     \paper { raggedright = ##t}
21     }
22