lilypond-user
[Top][All Lists]
Advanced

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

Figured Bass: Position of Chords


From: grisu_76
Subject: Figured Bass: Position of Chords
Date: Mon, 15 Feb 2010 05:47:12 -0800 (PST)

Hi!

I have the following problem:

in figured bass sometimes the position of the cord-tones is given with a "^"
over the number:

"carat"-3 for the third to be played as the highest tone 
"carat"-5 for the fifth to be played as the highest tone
"carat"-8 for the octave to be played as the highest tone

I built a workaround for my piece:

\version "2.12.2"
<< 
  \new Staff{ 
        \clef "bass" 
        \relative c{ 
                c c c
         }      
  } 
                  
  \new FiguredBass { 
     \figuremode{ 
        \bassFigureStaffAlignmentDown 
                
  <\markup{ \tiny{\combine  \vcenter \center-align \number 3  \super
\vcenter \center-align "^"}}>4
  <\markup{ \tiny{\combine  \vcenter \center-align \number 5  \super
\vcenter \center-align "^"}}>4
  <\markup{ \tiny{\combine  \vcenter \center-align \number 8  \super
\vcenter \center-align "^"}}>4
        } 
  } 
>>


Comments ans suggestions welcome!
Cheers, Christian

-- 
View this message in context: 
http://old.nabble.com/Figured-Bass%3A-Position-of-Chords-tp27594017p27594017.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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