lilypond-user
[Top][All Lists]
Advanced

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

problem: figured bass on a rest


From: madhg
Subject: problem: figured bass on a rest
Date: Sat, 23 Jun 2007 05:08:54 -0700 (PDT)

Figured bass applied to a rest in the bass-line works OK when the figures are
entered using
\new FiguredBass

I prefer using entering the figures into the Staff context, as in the first
score block in the example below, because the figures are then closer to the
notes.  But then a figure belonging to a rest is not printed, it is just
omitted.   

Is there a way round this? (apart from the method, almost too ugly to
mention, of applying a markup to the rest)

David

%%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.25"
\paper{ ragged-right=##t }

\new Score{
    <<
    \new Staff = bassStaff \relative c {
        \clef bass
        c4 r e
      }
      \context Staff = bassStaff  
        \figuremode{
        \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN
        <5>4 <4> <3>   }
      >>
}

\new Score{
    <<
    \new Staff \relative c {
        \clef bass
        c4 r e
      }
      \new FiguredBass  
        \figuremode{
        <5>4 <4> <3>   }
      >>
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-- 
View this message in context: 
http://www.nabble.com/problem%3A-figured-bass-on-a-rest-tf3968959.html#a11265760
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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