]> git.donarmstrong.com Git - lilypond.git/blob - input/test/double-single-acc.ly
patch::: 1.3.81.tca1
[lilypond.git] / input / test / double-single-acc.ly
1
2
3 thenotes = \notes \relative cis' { \time 4/4;
4 gisis'4 gis gisis ges |
5 geses ges geses gis |
6 gisis g geses g |
7 gis g ges g |
8 \key a \major;
9 gisis4 gis gisis ges |
10 geses ges geses gis |
11 gisis g geses g |
12 gis g ges g |
13 }
14
15 \score { < \context Staff \thenotes
16         \context NoteNames \thenotes
17         >
18 }