lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar harmonics indicators


From: Noeck
Subject: Re: Guitar harmonics indicators
Date: Fri, 20 May 2016 19:30:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

Hi Andrew,

yes it is common. Pierre already pointed you to \5 (string number) and a
markup for the fret.

Besides the special case of harmonics, roman numbers are also used to
indicate a general position (German: Lage) of the left hand. In this
case the number is the fret of the index finger, other fingers then play
on higher frets. The position usually stays the same for several notes
and can be indicated by a text spanner. The following example shows this
meaning:


\version "2.19.36"

m = \relative {

  \override TextSpanner.bound-details.left.text = \markup { \small XII }
  \override TextSpanner.direction = #DOWN
  a\5\startTextSpan b\5 c\5 d\4 e1\4 \stopTextSpan
}

<<
  \new Staff { \clef "treble_8" \m }
  \new TabStaff \m
>>


Cheers,
Joram



reply via email to

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