]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-ledger.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / accidental-ledger.ly
1 \version "2.6.0"
2
3 \header {
4
5     texidoc = "Ledger lines are shortened when there are accidentals.
6 This happens only for the single ledger line close to the note head,
7 and only if the accidental is horizontally close to the head.  "
8     
9 }
10
11
12 \score {
13     
14         \relative c {
15             disis
16             dis
17             d
18             des
19             deses
20             eses
21             es
22             e
23             eis
24             eisis
25             eses'''
26             es
27             e
28             eis
29             eisis
30             feses
31             fes
32             f
33             fis
34             fisis
35             <cis,, gis'>
36             
37         } 
38
39 }