lilypond-user
[Top][All Lists]
Advanced

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

How to plot artificial harmonics in TabContext? Suggestions, anyone?


From: alexander . rose
Subject: How to plot artificial harmonics in TabContext? Suggestions, anyone?
Date: Fri, 1 Oct 2004 11:59:32 +0200
User-agent: Mutt/1.5.6i

Hi,

i am looking for ideas how to plot artificial harmonics in a guitar
tabulatur. It is no problem with notes.
But when it comes to a tab, it makes not much sense, even with the notes
added above the tab. I thought about something that gives a hint of how
the produce the articial harmonic: see example. This would be much
better, if the instruction in which fret to put your finger would be
visually split. Is there a way to do that? And is it possible to mark
one of the numbers with a symbol, the symbol for artificial harmonics?

Or does anyone has a better (more common) solution for that?


Thanks for any help
Alexander



example:

\version "2.2.5"

TabPartition = \notes {
  \relative c' {
  \time 3/4
    e'8\flageolet[ <dis,\3 dis'\3>] e'\flageolet[ <dis,\3 dis'\3>]
e'\flageolet[ <dis,\3 dis'\3>]
  }
}

Partition = \notes {
  \relative c' {
  \time 3/4
    e'8\flageolet[ <dis,\3 dis'\harmonic>] e'\flageolet[ <dis,\3
dis'\harmonic>] e'\flageolet[ <dis,\3 dis'\harmonic>]
  }
}

\score {
  \context StaffGroup <<
    \context Staff {
        \clef "G_8"
        \Partition
    }
    \context TabStaff {
        \TabPartition
    }
  >>
  \paper {
    \context {
      \ScoreContext
      \remove Bar_number_engraver
    }
    \context {
      \StaffContext
      minimumVerticalExtent = #'(-3 . 8)
    }
    \context {
      \TabStaffContext
      minimumVerticalExtent = #'(-3 . 8)
    }
  }
}




reply via email to

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