]> git.donarmstrong.com Git - lilypond.git/commitdiff
test for tablature harmonic
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 12 Dec 2006 15:32:44 +0000 (16:32 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 12 Dec 2006 15:32:44 +0000 (16:32 +0100)
input/regression/tablature-harmonic.ly [new file with mode: 0644]

diff --git a/input/regression/tablature-harmonic.ly b/input/regression/tablature-harmonic.ly
new file mode 100644 (file)
index 0000000..bc26540
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.10.0"
+\header {
+
+  texidoc = "Harmonics get angled brackets in tablature"
+
+}
+
+\new TabVoice
+\relative c' {
+  <c g'\harmonic> 
+}