]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / tie-grace.ly
1 \version "1.7.18"
2 \header {
3     texidoc = "Tieing a grace to the to a following grace or main note works."
4 }
5
6     \paper { raggedright= ##t }
7
8 \score { \notes \context Voice \relative c'' {
9     c4 \grace { c8 ~ c16 ~ } c4 
10   }
11 }
12