]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/quote.ly
27f5fb676201cd90f472c35fab463c5672cfed42
[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.26"
9
10 bla = \notes\relative c' { fis4 fis fis fis }
11
12 #(add-quotable "bla" bla)
13
14 \score {
15     \notes \relative c'' {
16         c8 d8 \quote 2 "bla" es8 gis  
17         }
18 }
19