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
> <[email protected] <mailto:[email protected]>> 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
>     <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/
>     <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
>
>
>

-- 
[email protected]
https://openlilylib.org
http://lilypondblog.org

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

Reply via email to