]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/harp-pedals.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / harp-pedals.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Basic harp diagram functionality, including circled pedal boxes. 
5 The third diagram uses an empty string, the third contains invalid characters. 
6 Both cases will create warnings, but should still not fail with an error."
7 }
8
9 \relative c'' {
10   c1^\markup \harp-pedal #"^v-|vv-^"
11   % circled boxes:
12   c1^\markup \harp-pedal #"o^ovo-|vovo-o^"
13   % invalid pedal specifications, which still should be handled gracefully:
14   c1^\markup \harp-pedal #""
15   c1^\markup \harp-pedal #"asfdvx" %\break
16 }