bug-lilypond
[Top][All Lists]
Advanced

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

Re: Can't allocate notes to lowest string in tab


From: Graham Percival
Subject: Re: Can't allocate notes to lowest string in tab
Date: Thu, 10 Jul 2008 22:09:48 -0700

I believe this has been fixed in the 2.11 devel version.  Could
you please check?

Cheers,
- Graham


On Thu, 10 Jul 2008 22:59:43 +0000 (UTC)
Andrew Wilson <address@hidden> wrote:

> > I'm not top posting.
> 
> Lilypond doesn't seem to be capable of allocating notes to the bottom
> string of a non-standard tab staff.  I discovered the problem while
> defining a staff for five  string bass guitar, but it's reproducable
> with a 2 string tab.  The first five  notes should be on the b string,
> the first note that shows up is the open e string.
> 
> \version "2.10.33"
> 
> % can't allocate notes on lowest string
> 
> \paper{ ragged-right=##t }
> 
> notes = \relative c, {
>   b c cis d dis e f fis
> }
> 
> 
> \new StaffGroup <<
>   \new Staff {
>     \clef bass
>     \notes
>   }
> 
>   \new TabStaff <<
>     \set TabStaff.stringTunings = #'( -20 -25 )
>     {
>       \notes
>     }
>   >>
> >>
> 
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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