bug-lilypond
[Top][All Lists]
Advanced

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

Re: ukulele tabs?


From: David Kastrup
Subject: Re: ukulele tabs?
Date: Thu, 02 Jan 2014 17:56:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Roche MacRae <address@hidden> writes:

> However replacing #bass-tuning with #ukulele-tuning:
> <<
>   \new Voice \with {
>     %\omit StringNumber
>   } {
>     \clef "treble_8"
>     \relative c' {
>       c4 d e f
>     }
>   }
>   \new TabStaff \with {
>     stringTunings = #ukulele-tuning
>   } {
>     \relative c, {
>       c4 d e f
>     }
>   }
>>>
>
> produces warnings:
> warning: No string for pitch #<Pitch c, > (given frets ())
> warning: No string for pitch #<Pitch d, > (given frets ())
> warning: No string for pitch #<Pitch e, > (given frets ())
> warning: No string for pitch #<Pitch f, > (given frets ())
>
> and nothing shows on the tab staff.
> Mucking about with custom stringTunings seems to show the issue lies with
> the first string being higher than the subsequent three.

In this case, the issue is likely that a Ukulele is a rather
high-pitched instrument and c, d, e, f, are quite lower than what a
Ukulele could hope to produce.

-- 
David Kastrup




reply via email to

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