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: Kieren MacMillan
Subject: Re: Brand new user trying to use markups
Date: Tue, 8 Jan 2019 16:20:18 -0500

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]