]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ottava.ly
fbadf825de13357831caf68245cb31fb0fde6528
[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 b c a 
20 }
21 }
22