]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tablature-harmonic.ly
index 1a32a62cd2773cf4748d32082551c10d135fee95..71a531071b890afaca1c2ad97a24359ddbc266a9 100644 (file)
@@ -1,11 +1,17 @@
-\version "2.12.0"
+\version "2.14.0"
 \header {
 
-  texidoc = "Harmonics get angled brackets in tablature"
+  texidoc = "Harmonics get angled brackets in tablature.
+  Harmonics in chords should retain their proper position,
+  regardless of whether or not strings are specified.
+  In this example, the harmonics should always be on string 1."
 
 }
 
 \new TabVoice
 \relative c' {
-  <c g'\harmonic> 
+  <c\2 g'\1\harmonic>4
+  <c g'\1\harmonic>4
+  <c\2 g'\harmonic>4
+  <c g'\harmonic>4
 }