]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / grace-start.ly
1
2 \version "2.1.26"
3 \header {
4 texidoc = "Pieces may begin with grace notes."
5 }
6 \score  {\notes \relative c' \context Staff  { 
7  \grace {  a'16[ f]  } g1
8  \bar "||"  % test if | and || are synced.
9  \grace {  a16[ bes]  }  c1
10  \bar "||"  % test if | and || are synced. 
11   }
12   \paper { raggedright = ##t}
13 }
14