Sorry - I attached the wrong file :(
Also, I should mention that LilyPond does not always achieve such nice
alignment with this syntax and the commands to raise and lower
individual figures are sometimes needed anyway.

Richard

On Sat, 2015-04-11 at 08:26 +0100, Richard Shann wrote:
> On Fri, 2015-04-10 at 23:59 -0700, flup2 wrote:
> > Hello,
> > 
> > I'm trying to achieve this result:
> > <http://lilypond.1069038.n5.nabble.com/file/n174360/figured_543.png> 
> > 
> > The problem is to have the "3" at the same height of the 4, but blank space
> > above it. 
> 
> Hmm, curiously Denemo gives this as the default, I attach the LilyPond
> output from which you can extract the relevant bit. I suspect the reason
> is that Denemo generates the figure bass *above* the music bobbing along
> with the heights of the notes, which was the normal style for 18th c
> prints. LilyPond generates 19th c style figured bass, which is not so
> easy to play from (which no longer mattered in the 19th c as it was just
> an academic thing by then).
> 
> Richard
> 
> 
> > 
> > I tried to include an empty markup above the "3", but it didn't work.
> > Another idea would be to "blank" the extender.
> > 
> > Has someone an idea, or another solution?
> > 
> > 
> > 
> > --
> > View this message in context: 
> > http://lilypond.1069038.n5.nabble.com/Figured-bass-blank-extender-tp174360.html
> > Sent from the User mailing list archive at Nabble.com.
> > 
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

%% LilyPond file generated by Denemo version 1.2.3

%%http://www.gnu.org/software/denemo/

\version "2.18.0"

CompactChordSymbols = {}
#(define DenemoTransposeStep 0)
#(define DenemoTransposeAccidental 0)
DenemoGlobalTranspose = #(define-music-function (parser location arg)(ly:music?) #{\transpose c c #arg #})
titledPiece = {}
AutoBarline = {}
AutoEndMovementBarline = \bar "|."

% The music follows

MvmntIVoiceI = {
         c'2 \AutoEndMovementBarline
}


MvmntIVoiceIBassFiguresLine = \figuremode {
\set figuredBassAlterationDirection = #1
\set figuredBassPlusDirection = #1
\override FiguredBass.BassFigure #'font-size = #-1
%figures follow
\set Staff.implicitBassFigures = #'(0)

<5 4  >4<  3>4 
}





%Default Score Layout
\header{DenemoLayoutName = "Default Score Layout"}

\header {
tagline = \markup {"/home/rshann/junk.denemo" on \simple #(strftime "%x" (localtime (current-time)))}
title =  \markup { \with-url #'"scheme:(d-ScoreTitle)"  "Click Title"}


}
\layout {indent = 12.6}
#(set-default-paper-size "a4")
#(set-global-staff-size 18)
\paper {

print-all-headers = ##t

page-limit-inter-system-space = ##t
page-limit-inter-system-space-factor = 1.2
}

\score { %Start of Movement
 <<

%Start of Staff
\new Staff = "Unnamed"  << \set Staff.instrumentName = \markup {  \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(let ((choice (d-PopupMenu (list (cons (_ \"Change Name\") d-InstrumentName)   (cons (_ \"Change Indent\") d-ScoreIndent)))))
                    (if choice (choice)))    " \transparent {"Unnamed" }}

                \context Staff \with {implicitBassFigures = #'(0) } \MvmntIVoiceIBassFiguresLine %End of bass figures
 \new Voice = "VoiceIMvmntI"  { 
  \clef treble 
{ \key c \major}
{ \time 4/4 }
 \MvmntIVoiceI                } %End of voice
                
>>
%End of Staff

>>

\header {
title = ##f
instrument = ##f

}

} %End of Movement



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to