diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-12 16:32:44 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-12-12 16:32:44 +0100 |
commit | 5279ca1a534e097029146b6d7d47391a8ccfb08f (patch) | |
tree | 0a96118ce43ab7568c13acfd3eb2f179641d23f8 | |
parent | e0fe5d924082970ba7280ccb148eadababf00983 (diff) |
test for tablature harmonic
-rw-r--r-- | input/regression/tablature-harmonic.ly | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/input/regression/tablature-harmonic.ly b/input/regression/tablature-harmonic.ly new file mode 100644 index 0000000000..bc26540c37 --- /dev/null +++ b/input/regression/tablature-harmonic.ly @@ -0,0 +1,11 @@ +\version "2.10.0" +\header { + + texidoc = "Harmonics get angled brackets in tablature" + +} + +\new TabVoice +\relative c' { + <c g'\harmonic> +} |