Re: Automatically numbering "instrument name"?

2017-08-09 Thread Sam Bivens
Hi Manuel and Malte, Thanks so much for the help; this is exactly what I was looking for! Sam On Wed, Aug 9, 2017 at 4:18 AM, Malte Meyn wrote: > > > Am 09.08.2017 um 06:34 schrieb Manuela Gößnitzer: > >> Do you mean something like this? >> >> #(define score-number 0)

Re: Automatically numbering "instrument name"?

2017-08-09 Thread Malte Meyn
Am 09.08.2017 um 06:34 schrieb Manuela Gößnitzer: Do you mean something like this? #(define score-number 0) %% insert in first score #(set! score-number (1+ score-number)) \new PianoStaff \with { instrumentName = \markup { #(number->string score-number) "." } } \relative

Re: special ornament sign

2017-08-09 Thread Thomas Morley
2017-08-09 22:26 GMT+02:00 Stefan Thomas : > Dear community, > I need to typeset a sign, which looks a bit like a that You can see in > meaure number 10 (right hand) in the following example: >

special ornament sign

2017-08-09 Thread Stefan Thomas
Dear community, I need to typeset a sign, which looks a bit like a that You can see in meaure number 10 (right hand) in the following example: http://petrucci.mus.auth.gr/imglnks/usimg/7/7c/IMSLP92499-PMLP29490-haydn_fant_op58.pdf I found something similar here:

Re: Remove all occurrencies of "0" fingerings

2017-08-09 Thread Marc Hohl
Am 08.08.2017 um 18:44 schrieb David Kastrup: Marc Hohl writes: Am 08.08.2017 um 13:00 schrieb Thomas Morley: 2017-08-08 12:47 GMT+02:00 David Kastrup : You can do this by using [...] Nice one. I always forget about 'grob-transformer'. Missing bracket,

Re: special ornament sign

2017-08-09 Thread Stefan Thomas
Dear Thomas, thanks for Your tipp! I did it now with slashedturn = \markup { \combine \vcenter \center-align \fontsize #2.5 "~" \vcenter \center-align \fontsize #-3 "|" } 2017-08-09 22:43 GMT+02:00 Thomas Morley

Re: Changing alternative ending number to text

2017-08-09 Thread Lukas-Fabian Moser
Deriving from http://lsr.di.unimi.it/LSR/Item?id=316 (and regretting that I don't fully understand the scheme code involved): \version "2.19.44" Fine = \markup { \text \small FINE } test = \repeat volta 3 { e''1 | } \alternative { { c''1| } { a''1 \bar "|." | } { \set

Changing alternative ending number to text

2017-08-09 Thread Ralph Palmer
Greetings - I'm running LilyPond 2.19.58 under Win7. I have three endings : first, second, and FINE. Is it possible to change the "3." to "FINE" without using manual repeats? Thanks in advance for your help, Ralph % \version "2.19.58" test = \repeat volta 3 { e''1 | }