]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / note-head-harmonic.ly
1 \header
2 {
3     texidoc = "  The handling of stems for harmonic notes must be
4    completely identical to normal note heads.
5
6   Harmonic heads do not get accidentals or dots."
7 }
8
9 \version "2.1.26"
10
11 \score {
12  \notes {
13     < c'' f''\harmonic >4
14     \stemUp
15     < c'' f''\harmonic >4.
16     < cis'' fis''\harmonic >8
17   }
18
19   \paper {
20       raggedright = ##t 
21   }
22 }