-- Original-Nachricht
>> Datum: Fri, 4 Dec 2009 11:17:18 -0700
>> Von: Hugh Myers
>> An: Federico Bruni
>> CC: lilypond-user
>> Betreff: Re: tablature fingering (again)
>
>> Thanks Federico,
>>
>> Not so much wrong, but 'd
blatures/
hth
patrick
Original-Nachricht
> Datum: Fri, 4 Dec 2009 11:17:18 -0700
> Von: Hugh Myers
> An: Federico Bruni
> CC: lilypond-user
> Betreff: Re: tablature fingering (again)
> Thanks Federico,
>
> Not so much wrong, but 'doesn't match the
Thanks Federico,
Not so much wrong, but 'doesn't match the original' ;-)
--hsm
On Fri, Dec 4, 2009 at 11:10 AM, Federico Bruni wrote:
> Hugh Myers wrote:
>> Since this:
>>
>> \version "2.13.7"
>>
>> upper = {
>> < b\4 e\3 gis\2 e' >4 s2
>> }
>>
>> lower = {
>> s2.
>> }
>>
>> {
>> \time 3/
Hugh Myers wrote:
> Since this:
>
> \version "2.13.7"
>
> upper = {
> < b\4 e\3 gis\2 e' >4 s2
> }
>
> lower = {
> s2.
> }
>
> {
> \time 3/4
> <<
> \new Staff \relative c'' {
> <<
> \set Score.barNumberVisibility = #all-bar-numbers-visible
> \bar ""
> \override S
Since this:
\version "2.13.7"
upper = {
< b\4 e\3 gis\2 e' >4 s2
}
lower = {
s2.
}
{
\time 3/4
<<
\new Staff \relative c'' {
<<
\set Score.barNumberVisibility = #all-bar-numbers-visible
\bar ""
\override Score.BarNumber #'break-visibility = #'#(#t #t #t)
\s
lypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Default-tablatures
> Default-tablatures
>
> --
> View this message in context:
> http://old.nabble.com/tablature-fingering-tp2650p26567057.html
> Sent from the
Hugh Myers wrote:
>
>
> So how do I get from here to there?
>
reading the Notation Reference (NR), in this case
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Default-tablatures
Default-tablatures
--
View this message in context:
http://old.nabble.c
Given the nature of the guitar fret board a note like a b may be
indicated in tablature in at least two ways. For instance in this
example:
\version "2.13.7"
upper = {
\times 2/3 { e,8 [ e' b ] } \times 2/3 { gis8 [ e' b ] } \times 2/3 {
b [ e b ] }
}
lower = {
s2.
}
{
\time 3/4
<<
\new Staf