lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Harmonics within chord (tab)


From: Pierre Perol-Schneider
Subject: Re: Harmonics within chord (tab)
Date: Sun, 14 Jun 2020 09:05:53 +0200

Hi Stacy,
How about:

\version "2.20.0"

\score {
\new TabStaff \relative c {
  << { <d\5>1 } \\ { \harmonicByFret #5 <g\3>1 } >>
  }
}

Cheers,
Pierre

Le dim. 14 juin 2020 à 00:25, Stacy Fatemi <eclecticbass@gmail.com> a écrit :
Hey list,

I'm notating a song on bass that requires playing two strings at once, the bottom being a root note and the top being a 5th fret harmonic, but it seems like neither \harmonicByFret nor \harmonicByRatio work within a chord. Is there a way around this?

\score {
\new TabStaff \relative c {
  <d\5 \harmonicByFret #5 g\3>1
  }
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]