]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/quote.ly
input/regression/quote.ly: Better illustration of which notes are quoted.
[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 \addquote bla \notes\relative c' { fis4 g a b }
11
12 \score {
13     \notes \relative c'' {
14         c8 d8 \quote 2 bla es8 gis  
15     }
16 }
17