]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-auto-beam.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-auto-beam.ly
1
2 \version "2.1.26"
3 \header
4 {
5     texidoc = "The autobeamer is not confused by grace notes."
6 }
7
8 \score{
9   \notes\context Voice \relative c''{
10
11     \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f 
12         \grace a8 g16 f e f |
13   }
14   \paper { raggedright = ##t }
15 }
16