]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-harmonic.ly
Fix determine-frets so that it preserves note order
[lilypond.git] / input / regression / tablature-harmonic.ly
index 1a32a62cd2773cf4748d32082551c10d135fee95..c30c664e58d5fa29e58c5fc479a9e55147c5f58d 100644 (file)
@@ -1,11 +1,17 @@
 \version "2.12.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
 }