lilypond-user
[Top][All Lists]
Advanced

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

Re: Brand new user trying to use markups


From: Sergio Tovich
Subject: Re: Brand new user trying to use markups
Date: Tue, 8 Jan 2019 18:46:35 -0300

Hi Kieren, was that !

Here is my firt note with markup

imagen.png

Thank you very much! :D


On Tue, Jan 8, 2019 at 6:20 PM Kieren MacMillan <address@hidden> wrote:
Hi Monchito,

> i getting frustrating because i can't do a tablature of a simple note:

I think you need to have the lh and rh entries as well, even if they’re null:

\version "2.19.80"

global = {
  \key d \major
  \time 4/4
}

\relative d'' {
  \global
  \textLengthOn
  d4^\markup { \woodwind-diagram #'tin-whistle #'((lh . ()) (rh . ()) (cc . (one))) }
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden


reply via email to

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