lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar tab formatting


From: Federico Bruni
Subject: Re: Guitar tab formatting
Date: Wed, 16 Jan 2013 22:52:23 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Il 16/01/2013 22:38, Mason Austin Green ha scritto:

For tablature, Is it possible to position note beams above the staff,
similar to the tab style in MuseScore 2.0? Please see this link for an
example:

http://tnovelli.net/music/1205-mscore2-tablature/Rondo_Alla_Turca.mscx-1-800x.png

The easiest way is enabling \tabFullNotation:

\version "2.16.2"

music =  \relative c' {
  \time 2/4
  \tabFullNotation
  \stemUp
  b16 a gis a
}

\score {
  \new TabStaff  <<
    \context TabVoice { \clef "moderntab" \music }
    >>
}


If you find out that this turn on too many stuff in TabStaff, check the tabFullNotation definition in <installation directory>/usr/share/lilypond/current/ly/property-init.ly and copy only the reverts you need.

HTH
--
Federico



reply via email to

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