lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical spacer in figured bass


From: Richard Shann
Subject: Re: vertical spacer in figured bass
Date: Fri, 23 Jun 2017 10:40:48 +0100

On Thu, 2017-06-22 at 16:24 -0700, Mark Stephen Mrotek wrote:
> N. Andrew
> 
>  
> 
> Under
> 
> http://lilypond.org/doc/v2.18/Documentation/notation/figured-bass
> 
> scroll down to “continuation lines.”
> 
If that's a bit too cryptic, here is an example that I generated with
Denemo (so pardon all the excess verbiage). I attach the output pdf ...

8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><

%% LilyPond file generated by Denemo version 2.1.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 = {
         a'4 a' d'' \AutoEndMovementBarline
}


MvmntIVoiceIBassFiguresLine = \figuremode {
\set figuredBassAlterationDirection = #1
\set figuredBassPlusDirection = #1
\override FiguredBass.BassFigure #'font-size = #-1
%figures follow
\set Staff.implicitBassFigures = #'(0)
\bassFigureExtendersOff <4 2 8>4<3 0\! 7>4
\bassFigureExtendersOn <3 0\! 7>4 
}





%Default Score Layout
\header{DenemoLayoutName = "Default Score Layout"
        instrumentation = \markup { \with-url 
#'"scheme:(d-BookInstrumentation)" "Full Score"}
        }

\header {
tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))}

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

       }

\score { %Start of Movement
          <<

%Start of Staff
\new Staff = "Part 1"  << 

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

                        >> %End of Staff

          >>

       } %End of Movement

8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><


Richard


Attachment: output-Default Score Layout.pdf
Description: Adobe PDF document


reply via email to

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