]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ottava.ly
polish texidocs.
[lilypond.git] / input / regression / ottava.ly
1 \header
2 {
3 texidoc = "Ottava brackets are supported, through the
4 use of the scheme function @code{set-octavation}. 
5 "
6
7 }
8 \version "1.7.18"
9
10
11 \paper { raggedright = ##t} 
12 \score {
13   \notes\relative c''' \notes {
14   a b c a
15   #(set-octavation 1)
16   a b c a
17   #(set-octavation 0)
18
19   a #(set-octavation 1) b
20   #(set-octavation 0)
21   c a 
22 }
23 }
24