Re: Tweaking individual BassFigures

2018-03-30 Thread Malte Meyn
Am 31.03.2018 um 00:17 schrieb Simon Albrecht: Hello everybody, it is currently not possible to tweak individual BassFigures – this: \version "2.19.80" \figures {   <\single \hide BassFigure 6 3> } gives a syntax error, unexpected MUSIC_FUNCTION. How fundamental are the reasons for this?

RE: Movement title to the left of the system

2018-03-30 Thread Mark Stephen Mrotek
Bernard, You can use “instrument.name.” See http://lilypond.org/doc/v2.19/Documentation/snippets/titles Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Andrew Bernard Sent: Friday, March 30, 2018 6:35 PM To: lilypond-user Mailinglist

RE: 2.19.81 pitchedTrill ending on rest

2018-03-30 Thread Mark Stephen Mrotek
Paul, See the attached snippet. Is it what you want? Mark -Original Message- From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Paul Scott Sent: Friday, March 30, 2018 3:54 PM To: LilyPond User List Subject: 2.19.81 pitchedTrill ending on rest

Movement title to the left of the system

2018-03-30 Thread Andrew Bernard
What is the preferred way of putting a title for a movement to the left of the start of the first system for a keyboard piece, that is, in the space normally used for the indent? I was unable to find help on this specfic point in the archives or LSR. Is it simply a case of taking over the instrume

2.19.81 pitchedTrill ending on rest

2018-03-30 Thread Paul Scott
I haven't been successful getting a pitchedTrill to end on a rest. Has anyone got a working example of this, i.e. \pitchedTrill g2.\startTrillSpan a r4\stopTrillSpan TIA for any ideas, Paul ___ lilypond-user mailing list lilypond-user@gnu.org https

Tweaking individual BassFigures

2018-03-30 Thread Simon Albrecht
Hello everybody, it is currently not possible to tweak individual BassFigures – this: \version "2.19.80" \figures {   <\single \hide BassFigure 6 3> } gives a syntax error, unexpected MUSIC_FUNCTION. How fundamental are the reasons for this? Best, Simon

Re: Printing lower continuo figures only

2018-03-30 Thread Lukas-Fabian Moser
Hi, I am currently reproducing a continuo part, and am having trouble achieving a particular effect: printing a continuo figure in the *lower *position only. So in the first example in the attached image, I want the '3' to appear on the lower line, at the same height as the '4' to the left of

Re: Diatonic accordion score fine-tuning

2018-03-30 Thread Menu Jacques
Hello, I’ve nearly reached my goal. Further attempts lead me to the following, using a GrandStaff and: \override GrandStaff.SpanBar.glyph-name = "|" \override Staff.BarLine.glyph-name = "'" I can’t obtain a vertical short line at the left and right ends of the spanner yet thoug

Re: Printing lower continuo figures only

2018-03-30 Thread Davide Liessi
2018-03-29 16:31 GMT+02:00 Brent Annable : > I've tried inserting a dummy figure above it and using \once \hide > FiguredBass.BassFigure, but it hides both figures. And I tried turning Bass > Extender Lines on and then hiding the line stencil (see second example), That's what I would do. > but th