MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / fret-diagrams-string-frets.ly
blob010a0457206ed214582fe8964bc643ae7166bded
1 \version "2.12.0"
3 \header {
4 texidoc="
5 Number of frets and number of strings can be changed from the
6 defaults.
11 \layout { ragged-right = ##t }
14 \chords {
15 d1 |
19 \new Voice {
20 \textLengthOn
22 % Simple Guitar D diagram with defaults
24 d'1 ^\markup {
25 \fret-diagram #"6-x;5-x;4-o;3-2-1;2-3-2;1-2-3;"
26 } |
28 % A chord for ukulele -- change both string and fret count
29 a'1 ^\markup {
30 \fret-diagram #"w:4;h:5;4-2-2;3-1-1;2-o;1-o;"