lilypond-user
[Top][All Lists]
Advanced

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

Re: Bass in Chord Name


From: Carl D. Sorensen
Subject: Re: Bass in Chord Name
Date: Tue, 12 May 2009 11:32:47 -0600



On 5/12/09 10:35 AM, "Stjepan Brbot" <address@hidden> wrote:

> 
> 
> 
> 
> Kieren MacMillan wrote:
>> 
>> Hi Stjepan,
>> 
>>> I'd like to get the following chord "D7/F#". How to define this F#
>>> as bass in
>>> chord? I can use d:7/fis but I get "fis", not wanted F# as bass.
>> 
>> If you're using "english.ly", you need to use fs (not fis).
>> Kieren.
>> 
>> 
> 
> I do not use "english.ly". I use template in OOoLilypond (lilypond macro for
> OpenOffice.org). However I still don't know how to achieve F# as bass in
> chord.
> --



This works for me:

myChords = \relative c' {
  \chordmode {
    d1:7/fis
  }  
}
  
  
\new ChordNames {\myChords}


producing the attached output (FsharpBass.png).

HTH,

Carl

Attachment: FsharpBass.png
Description: FsharpBass.png


reply via email to

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