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