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: Urs Liska
Subject: Re: vertical spacer in figured bass
Date: Fri, 23 Jun 2017 15:08:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi Andrew,

quite risky to bury a mention inside such a thread. But I immediately figured out (sorry for the pun) how that question relates to Kayser, so I at least opened the messages ;-)

Please send me (privately) a MWE so I can really see what's necessary and where to put it in the repository structure.

BTW: what I'm wondering about (only reading this on the list) is: why are you talking about "\context Staff" and not "\context FiguredBass"?

Urs


Am 23.06.2017 um 13:06 schrieb N. Andrew Walsh:
Hi Richard and Mark,

Mark, thank you for the tip but I understand how continuation lines work. That part's not an issue. My issue is getting an empty line in the second set of bass figures. 

Richard, if I can dissect the Denomo code a bit (there's a lot of it!), it looks like I need both the 

\context Staff \with {implicitBassFigures = #'(0) }

_expression_ in the \score block, and the 

\set Staff.implicitBassFigures = #'(0)

_expression_ in the music content. Is that correct? 

doing just the latter didn't work, but now I'm unsure how to proceed. Urs, this is for the Kayser project; is there a good place we can put that code?

Cheers,

A

On Fri, Jun 23, 2017 at 11:40 AM, Richard Shann <address@hidden> wrote:
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




-- 
address@hidden
https://openlilylib.org
http://lilypondblog.org

reply via email to

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