lilypond-user
[Top][All Lists]
Advanced

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

Stems in tab


From: guillaume
Subject: Stems in tab
Date: Tue, 19 Apr 2016 16:43:41 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,


I am trying to reproduce with lilypond a tab that would look like the
following picture and as a beginner with lilypond I am having difficulties.

http://hpics.li/bb56e04

My first goal is to have all the stems ending in at same location, it works
for beamed stems (thanks to \override Beam #'positions = #'(-4 . -4) ) but
not for un-beamed stems.

Could you guys point me to the right direction to do that ?

Seccondly, instead of double stem for half notes, I would like shorter
stems. I guess it is possible sibnce reverting the stem stencil puts only
one stem, but I could not find the file to look for that.

Here is my attempt with lilypond.

Any help will be appreciated.

\version "2.18.2"

\new TabStaff \with {
  \tabFullNotation
  \revert Stem.stencil
  \revert Stem.X-extent
}
{
\stemDown
\override Beam #'positions = #'(-4 . -4)
d2 a4 d'8 fis'
}




reply via email to

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