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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user