lilypond-user
[Top][All Lists]
Advanced

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

Re: Drop D tuning


From: Kieren MacMillan
Subject: Re: Drop D tuning
Date: Wed, 3 Feb 2010 14:39:56 -0500

Hi Brett,

> I have a score where I need to indicate Drop D tuning for the guitar
> (6th string is tuned down to D). The typical way this is indicated in
> guitar music is a (6) = D (circle with a 6 in it = D), placed at the
> top left of page 1 under the title, but above a tempo mark. I am
> relatively new to Lilypond and am unsure how to do this... any suggestions?

\version "2.13.11"

dropD = \markup \line { \circle 6 "= D" }

\header {
  title = "Drip, Drip, Drop-D"
  piece = \dropD
}

\score {
  \relative d { \clef "treble_8" d1 }
}

Hope this helps!
Kieren.




reply via email to

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