]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/clef-ottava.ly
Web-ja: update introduction
[lilypond.git] / input / regression / clef-ottava.ly
1
2 \header
3 {
4   texidoc = "Ottava brackets and clefs both modify Staff.middleCPosition,
5 but they don't confuse one another."
6 }
7
8 \version "2.19.21"
9
10 \layout { ragged-right = ##t} 
11
12 \relative  {
13   \clef "alto"
14   a' b c a
15   \ottava #1
16   a b c a
17   \clef "bass"
18   a b c a
19   \ottava #2
20   a b c a
21   \clef "treble"
22   \ottava #-1
23   a b c a
24 }
25
26