]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/quote.ly
*** empty log message ***
[lilypond.git] / input / regression / quote.ly
1 \header
2 {
3
4     texidoc = "With @code{\quote}, fragments of previously entered
5 music may be quoted. " 
6
7 }
8 \version "2.1.28"
9
10 \addquote bla \notes\relative c' {
11     fis4 g a b }
12
13 \score {
14     \notes \relative c'' {
15         c8 d8 \quote bla 2 es8 gis  
16     }
17 }
18