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
> [email protected]
> 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 "|."
#(define DenemoTransposeStep 2)
#(define DenemoTransposeAccidental -1/2)

DenemoGlobalTranspose = #(define-music-function (parser location arg)(ly:music?) #{\transpose c ees#arg #})
\include "/home/rshann/local/share/denemo/actions/lilypond/book-titling.ily"
\include "/home/rshann/local/share/denemo/actions/lilypond/simplified-book-titling.ily"

% The music follows

MvmntIVoiceI = {
         \afterGrace a'4 {g16[ a16]} g'2 \grace {e'8}  \AutoEndMovementBarline
}


MvmntIVoiceII = {
         \afterGrace a4 {g16[ a16]} g2 \grace {d8}  \AutoEndMovementBarline
}


MvmntIVoiceIIBassFiguresLine = \figuremode {
\set figuredBassAlterationDirection = #1
\set figuredBassPlusDirection = #1
\override FiguredBass.BassFigure #'font-size = #-1
%figures follow
\set Staff.implicitBassFigures = #'(0)
<9>4<_>16<_>16}<_>2\grace {
<_>8} 
}





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

\header {
tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))}
tagline =  \markup { \with-url #'"scheme:(d-ScoreTagline)"  ""}

composer = \markup { \with-url #'"scheme:(d-BookComposer)" "Composer"}
instrumentation = \markup { \with-url #'"scheme:(d-BookInstrumentation)" "Full Score"}
title =  \markup { \with-url #'"scheme:(d-ScoreTitle)"  ""}

arranger = \markup { \with-url #'"scheme:(d-BookArranger)" "Edited by Richard Shann"}
tagline = \markup { \with-url #"http://www.denemo.org"; "Created with Denemo the free music notation editor: http://denemo.org"}

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

print-all-headers = ##t

page-limit-inter-system-space = ##t
page-limit-inter-system-space-factor = 1.2
}
\titledPiece \markup { \with-url #'"scheme:(d-TitledPiece)" "I - Adagio"}

\score { %Start of Movement
 <<

<< \DenemoGlobalTranspose 
<<  \new StaffGroup <<

%Start of Staff
\new Staff = "Treble Recorder"  << \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)))    " "Treble Recorder" }
 \new Voice = "VoiceIMvmntI"  { 
  \clef treble 
{ \key c \major}
{ \time 4/4 }
 \MvmntIVoiceI                } %End of voice
                
>>
%End of Staff

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

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

>>
>>
>>

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

}

} %End of Movement



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to