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 c''
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 | }
\altern
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 Sc
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, tho'
I wasn't aware of grob-trans
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) %% insert in first score
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:
http://lists.gnu.org/archive/html/li
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:
> http://petrucci.mus.auth.gr/imglnks/usimg/7/7c/IMSLP92499-PMLP29490-haydn_fant_op58.pdf
> I found somethi
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 :
> 2017-08-09 22
Hi Sam,
thank you for your feddback. My name is Manuela, I am female :-)
2017-08-09 21:00 GMT+02:00 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.20