]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/include-string.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / include-string.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "@code{ly:parser-include-string} should include the current
5 string like a file @code{\\include}."
6 }
7
8 #(ly:parser-include-string parser "\\relative c' { a4 b c d }")