bug-lilypond
[Top][All Lists]
Advanced

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

NR 2.4.1, Default tablatures: harmonics notes in Staff are one octave lo


From: Federico Bruni
Subject: NR 2.4.1, Default tablatures: harmonics notes in Staff are one octave lower
Date: Tue, 07 Aug 2012 18:42:06 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120624 Icedove/10.0.5

Hi

in the three harmonics snippets below, the pitches in Staff are not correct, at least for a guitar:

http://lilypond.org/doc/v2.15/Documentation/notation/common-notation-for-fretted-strings#index-_005charmonic-2

We should add \clef "G_8", like in this example:

\layout { \override Voice.StringNumber #'stencil = ##f }
firstHarmonic = {
  d'4\4\harmonic
  g'4\3\harmonic
  b'2\2\harmonic
  a,
  \harmonicByFret #7 a,2\5
}
\score {
  <<
    \new Staff { \clef "G_8" \firstHarmonic }
    \new TabStaff { \firstHarmonic }
  >>
}



reply via email to

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