]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-harmonic.ly
index bc26540c370212529fdbc841fb15e86bd359f273..72a32c157e236a3b73b9aac84689677c25f96324 100644 (file)
@@ -1,11 +1,17 @@
-\version "2.10.0"
+\version "2.19.21"
 \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> 
+\relative {
+  <c'\2 g'\1\harmonic>4
+  <c g'\1\harmonic>4
+  <c\2 g'\harmonic>4
+  <c g'\harmonic>4
 }