, cheers,
Pierre
Le ven. 1 nov. 2024 à 18:02, Walt North a écrit :
> I am trying to show fingering but can't seem to get it working. Here is
> simple test with Staff and TabStaff.
>
> \version "2.24.4"
>
> \layout {
> \context {
> \TabStaff
I am trying to show fingering but can't seem to get it working. Here is
simple test with Staff and TabStaff.
\version "2.24.4"
\layout {
\context {
\TabStaff
\clef moderntab
\tabFullNotation
\revert TextScript.stencil
}
}
\score {{\new Staff {\relative { c
Luca Fascione wrote:
I'm looking for a way to make a "fingering bracket": this would be a
vertical bracket on the left or right of a few simultaneous notes, to
indicate they are all to be fingered with the same finger.
Things to note:
- I can't use the arpeggio ma
Am Donnerstag, 1. August 2024, 22:36:40 MESZ schrieb Fennel:
> Hi all,
>
> I'm working on a project that involves multiple fingerings for each note,
> and shift lines or glides between some notes. Since lilypond will only
> engrave glides between notes with the same fingering
7;m currently choosing to engrave harmonic symbols (the flageolets) as
> fingering objects as well because I need them to behave like fingering
> objects instead of script objects.
Why?
>
> I will open an issue!
https://gitlab.com/lilypond/lilypond/-/issues/6735
Thanks.
Further discus
>> >> this is a question addressed mainly to guitar players: Is it
>> >> possible to have more than a single pluck fingering attached to
>> >> a note (for tremolo or similar things)? I've looked around a
>> >> bit but couldn't find an an
Am Di., 6. Aug. 2024 um 14:38 Uhr schrieb Werner LEMBERG :
>
>
> >> this is a question addressed mainly to guitar players: Is it
> >> possible to have more than a single pluck fingering attached to a
> >> note (for tremolo or similar things)? I've looked
; >> > I'm looking for a way to make a "fingering bracket": [...]
>> >>
>> >> Please file an issue,
>> >
>> > Is this not something I can code myself in Scheme?
>>
>> I don't know (Harm can certainly make a better e
Ok cool, thanks Werner.
I'll make a ticket
L
On Tue, Aug 6, 2024 at 6:38 PM Werner LEMBERG wrote:
>
> >> > I'm looking for a way to make a "fingering bracket": [...]
> >>
> >> Please file an issue,
> >
> > Is this not something
>> > I'm looking for a way to make a "fingering bracket": [...]
>>
>> Please file an issue,
>
> Is this not something I can code myself in Scheme?
I don't know (Harm can certainly make a better educated guess than
me), but my gut feeling says t
On Tue, Aug 6, 2024 at 5:47 PM Werner LEMBERG wrote:
>
> > I'm looking for a way to make a "fingering bracket": [...]
>
> Please file an issue,
>
Sure!
Is this not something I can code myself in Scheme?
L
--
Luca Fascione
> I'm looking for a way to make a "fingering bracket": [...]
Please file an issue, which essentially contains your e-mail text
together with the images.
Werner
>> this is a question addressed mainly to guitar players: Is it
>> possible to have more than a single pluck fingering attached to a
>> note (for tremolo or similar things)? I've looked around a bit but
>> couldn't find an answer...
>
> For chords
Am Di., 6. Aug. 2024 um 13:49 Uhr schrieb Werner LEMBERG :
>
>
> Folks,
>
>
> this is a question addressed mainly to guitar players: Is it possible
> to have more than a single pluck fingering attached to a note (for
> tremolo or similar things)? I've looked around
Folks,
this is a question addressed mainly to guitar players: Is it possible
to have more than a single pluck fingering attached to a note (for
tremolo or similar things)? I've looked around a bit but couldn't
find an answer...
Werner
Multiple fingerings are being used because I'm working on a heavily annotated
edition of a work that suggests multiple sets of fingerings for a single
passage. I'm currently choosing to engrave harmonic symbols (the flageolets) as
fingering objects as well because I need them to b
Am Fr., 2. Aug. 2024 um 05:42 Uhr schrieb Werner LEMBERG :
>
>
> > I'm working on a project that involves multiple fingerings for each
> > note, and shift lines or glides between some notes. [...]
>
> Hopefully Harm has some time to help here since he is the origi
> I'm working on a project that involves multiple fingerings for each
> note, and shift lines or glides between some notes. [...]
Hopefully Harm has some time to help here since he is the original
author of the fingering glide code, IIRC.
> 1. The \once text override is applying
Hi all,
I'm working on a project that involves multiple fingerings for each note, and
shift lines or glides between some notes. Since lilypond will only engrave
glides between notes with the same fingering, I'm using finger 5 to be the
placeholder fingering and overriding the Fing
William,
Thank you for reminding me of that command!
Mark
-Original Message-
From: William Rehwinkel
Sent: Tuesday, July 9, 2024 5:58 PM
To: Mark Stephen Mrotek ; 'LilyPond Users'
Subject: Re: move fingering
Dear Mark,
You can do
\set fingeringOrientations = #'(le
Dear Mark,
You can do
\set fingeringOrientations = #'(left)
and change "g16.^1" to "16.".
See here:
https://lilypond.org/doc/v2.25/Documentation/notation/fingering-instructions
Thanks,
-William
On 7/9/24 19:25, Mark Stephen Mrotek wrote:
Hello:
The following:
Hello:
The following:
g4.
\once \override TextScript.script-priority = #-100
g16.^1^\turn^\markup { \small \sharp }\<
([a32^3\!] c16^5\> bes g^2 e\!) |
puts the fingering (1) above the turn.
How do I relocate it next to the "g"?
Thank you.
Mark
On Thu, May 9, 2024 at 7:05 AM Paul McKay wrote:
> Hi
> I want to show the fingering in front of the slurs. This should keep the
> fingerings evenly spaced vertically over the notes. I have tried the
> following :
>
> \version "2.24.0"
> \language "english&
Hi
I want to show the fingering in front of the slurs. This should keep the
fingerings evenly spaced vertically over the notes. I have tried the
following :
\version "2.24.0"
\language "english"
\relative {
\override Staff.Fingering.layer = 2 % fingering sh
On Wed, 28 Feb 2024 at 12:07, Peter Mayes wrote:
> As a beginner at Lilypond, I was looking for a way to achieve this. I
started just saying c4^"III" or similar. I then modified that to use
\markup to shrink the text. But if there is a more "natural" way of adding
these f
at Lilypond, I was looking for a way to achieve this. I
started just saying c4^"III" or similar. I then modified that to use
\markup to shrink the text. But if there is a more "natural" way of
adding these fingering marks, I would be happy to learn of it!
Here is a fragmen
On Tue, 27 Feb 2024 at 17:28, Peter Mayes wrote:
>
> Almost certainly a fairly trivial question: in bar 3, how to put the "L"
mark above the note, but below the slur?
Hello,
Should the "L" mark really be considered as a Fingering object? Because as
you currently de
Almost certainly a fairly trivial question: in bar 3, how to put the "L"
mark above the note, but below the slur?
(There are places where the slur is a long way above the note in
question, so that the mark seems much too far from the note to which it
is attached.)
\version "2.25.12"
left =
within_002dstaff-objects.html#fingering
Granted, that explanation would also fit in the notation manual.
signature.asc
Description: This is a digitally signed message part
what?
> > I'm consulting
> > https://lilypond.org/doc/v2.24/Documentation/notation/direction-and-placement
>
>
> fingeringOrientations isn't a list with one entry per fingering. It's
> a list of orientations that LilyPond is *allowed* to choose for
> f
fingerings down and up respectively and the other
> two right with nothing on left.
>
> Is there a limitation to two note chords? Or what?
> I'm consulting
> https://lilypond.org/doc/v2.24/Documentation/notation/direction-and-placement
fingeringOrientations isn't a
I can't figure out why this:
\version "2.24.0"
{
\set fingeringOrientations = #'( left right up down)
}
outputs the 0 and 3 fingerings down and up respectively and the other
two right with nothing on left.
Is there a limitation to two note chords? Or what?
I'm consulting
https://lilypond.or
On Wed, Jan 25, 2023 at 12:00 PM Knute Snortum wrote:
>
> Maybe this is what you're looking for?
>
> \version "2.22.2"
>
> leftHand = {
> \clef bass
> e,2 g, |
> }
> pedal = {
> \set Dynamics.pedalSustainStyle = #'bracket
> % \override Dynamics.SustainPedal.self-alignment-X = #CENTER
> %
;< \new Staff = "leftHand" { \leftHand }
>>>>>\new Dynamics { \set Score.pedalSustainStyle = #'bracket {
>>>>> \pedal } }
>>>>>>>
>>>>>
>>>>>
>>>>> }
>>>&
t;>>>>>
>>>>
>>>>
>>>> }
>>>>
>>>> Thank you again!
>>>>
>>>> Molly
>>>>
>>>> On Tue, Jan 24, 2023, 18:42 Knute Snortum wrote:
>>>>
>>>>> On Tue,
\pedal } }
>>>>>
>>>
>>>
>>> }
>>>
>>> Thank you again!
>>>
>>> Molly
>>>
>>> On Tue, Jan 24, 2023, 18:42 Knute Snortum wrote:
>>>
>>>> On Tue, Jan 24, 2023 at 1:07 PM Moll
gt;>
>>> On Tue, Jan 24, 2023 at 1:07 PM Molly Preston
>>> wrote:
>>> >
>>> > Hi! I'm doing a notation assignment.
>>> >
>>> > 1) How do I get the pedal markings to show up bracket style when using
>>> the Dynamic
, Jan 24, 2023 at 1:07 PM Molly Preston
>> wrote:
>> >
>> > Hi! I'm doing a notation assignment.
>> >
>> > 1) How do I get the pedal markings to show up bracket style when using
>> the Dynamics context for it?
>> >
>> > 2) How d
again!
Molly
On Tue, Jan 24, 2023, 18:42 Knute Snortum wrote:
> On Tue, Jan 24, 2023 at 1:07 PM Molly Preston
> wrote:
> >
> > Hi! I'm doing a notation assignment.
> >
> > 1) How do I get the pedal markings to show up bracket style when using
> the Dynamics con
On Tue, Jan 24, 2023 at 1:07 PM Molly Preston wrote:
>
> Hi! I'm doing a notation assignment.
>
> 1) How do I get the pedal markings to show up bracket style when using the
> Dynamics context for it?
>
> 2) How do I get the fingering 1 in the second voice to move abov
Hi! I'm doing a notation assignment.
1) How do I get the pedal markings to show up bracket style when using the
Dynamics context for it?
2) How do I get the fingering 1 in the second voice to move above the Staff?
\version "2.22.2"
rightHand = {
<<
\voiceOne {
\set
Hello Stephan,
Happy new year to you too !
I asked a similar question yesterday on the French forum, a priori it's a bug.
Jean sent me to this page where there is a workaround:
https://gitlab.com/lilypond/lilypond/-/issues/6346
On Sun, Jan 01, 2023 at 11:37:34PM +0100, Stephan Schöll wrote:
Hi all
First of all, wish a happy New Year to all of you!
I'm struggling with a collision of fingerings and a tuplet number when a
slur is around:
\version "2.24.0"
\relative c' {
\time 2/4
\tuplet 3/2 { e8^1 g^2 c^5}
\tuplet 3/2 { g_5 c_2 e_1}
}
\relative c' {
\time 2/4
\tuplet 3/2
gt;
> https://en.wikipedia.org/wiki/XY_problem
>
> > > what I'm trying to do is move some
> > > fingering down in the system, but the problem I run into is I get too
> > > much space between staves.
>
> A tyro would have asked how to close up the staves
On Fri 09 Sep 2022 at 10:38:24 (+0200), Jean Abou Samra wrote:
> Le 07/09/2022 à 01:00, Knute Snortum a écrit :
> > In order to avoid the AB problem,
>
> What do you call by "AB problem"?
https://en.wikipedia.org/wiki/XY_problem
> > what I'm trying to do is
He may mean the XY question! :-) [I am also wondering...]
Andrew
On 9/09/2022 6:38 pm, Jean Abou Samra wrote:
Hi,
Le 07/09/2022 à 01:00, Knute Snortum a écrit :
In order to avoid the AB problem,
What do you call by "AB problem"?
Hi,
Le 07/09/2022 à 01:00, Knute Snortum a écrit :
In order to avoid the AB problem,
What do you call by "AB problem"?
what I'm trying to do is move some
fingering down in the system, but the problem I run into is I get too
much space between staves.
Here is a MWE:
[...]
In order to avoid the AB problem, what I'm trying to do is move some
fingering down in the system, but the problem I run into is I get too
much space between staves.
Here is a MWE:
%%%
\version "2.23.12"
moveFingerB = {
\override Fingering.X-offset = -0.5
\override Fingering.
And if you don't really need the '-' in "4-5" you can reduce
c^\finger "2" ^\finger "5-4"
to
c^2^54
because LilyPond interprets any list of numbers as a fingering.
HTH
Paul
On Wed, 31 Aug 2022 at 21:02, Valentin Petzel wrote:
> Hello Joseph,
Hello Joseph,
\finger is only really necessary for using a markup as fingering indication
(like in \finger "5-4"). For simple numeric fingerings you can always use ^/-/_
with a number. So instead of fs^\finger "2" ^\finger "5" simply do ^2^5.
Cheers,
Valentin
Am
pertain to right hand. In some places, the left hand must strike some notes in
the second or lower voice. My score places any fingering pertaining to the left
hand below the notes in the second voice. Therefore, I do not want to place any
right-hand fingerings below the notes of the second voice
nrinconbotero.com
>
>
> On May 22, 2022 at 3:17 PM, > wrote:
>
> Hi,
>
> In the example below, the fingering on the grace note B does not show well
> because it overlaps with the beam. I do want to keep the stems up and the
> fingering up because there will be
>
>
>
>
> Hi,
>
>
>
> In the example below, the fingering on the grace note B does not show well
> because it overlaps with the beam. I do want to keep the stems up and the
> fingering up because there will be another voice. What is the best way t
On Sun, May 22, 2022 at 6:16 AM Soo Lee wrote:
>
> Hi,
>
> In the example below, the fingering on the grace note B does not show well
> because it overlaps with the beam. I do want to keep the stems up and the
> fingering up because there will be another voice. What is the be
Hi,
In the example below, the fingering on the grace note B does not show well
because it overlaps with the beam. I do want to keep the stems up and the
fingering up because there will be another voice. What is the best way to
avoid this overlap? Thank you!
\relative c'' {
g8[ \ac
Le 19/05/2022 à 05:53, Ahanu Banerjee a écrit :
Hello,
When I have a beamed tuplet (without a bracket) and a fingering on one
note, the TupletNumber moves outward from the staff despite there
being no possibility of a collison. In normal usage,
TupletNumber should stay as close as possible
No, there was a reason I needed the fingerings on either side of the staff
(in my use case, sometimes there is an alternate fingering).
Thanks,
On Thu, May 19, 2022, 10:00 Mark Stephen Mrotek
wrote:
> Anahu,
>
>
>
> Is this acceptable?
>
>
>
> \version "2.22.2&q
:54 PM
To: Lily Pond
Subject: TupletNumber placement with fingering
Hello,
When I have a beamed tuplet (without a bracket) and a fingering on one note,
the TupletNumber moves outward from the staff despite there being no
possibility of a collison. In normal usage, TupletNumber should stay a
Hello,
When I have a beamed tuplet (without a bracket) and a fingering on one
note, the TupletNumber moves outward from the staff despite there being no
possibility of a collison. In normal usage, TupletNumber should stay as
close as possible to the beam.
Example:
\version "2.22.2"
\
A quick workaround:
\version "2.23.5"
global = {
\time 6/8
\tempo "Allegro"
}
goUp = { \change Staff = "right"
\stemDown
}
goDown = { \change Staff = "left"
\stemUp
}
right = \relative c'' {
\global
\once\override Fingering.cross-staff = ##f
8-2-4 \goDown \goUp
Le 05/01/2022 à 20:59, Michael Rivers a écrit :
The fingering here collides with the tempo. If the cross-staff beams
are commented out (all notes on the upper staff), the fingering
displays fine.
Is there a workaround? Am I doing something wrong?
\version "2.23.5"
global = {
The fingering here collides with the tempo. If the cross-staff beams are
commented out (all notes on the upper staff), the fingering displays fine.
Is there a workaround? Am I doing something wrong?
\version "2.23.5"
global = {
\time 6/8
\tempo "Allegro"
}
goUp = { \c
y, but apparently
>> I overlook something.
>>
>> regards,
>> Hans
>>
>>>> On 1 Jan 2022, at 10:56, Valentin Petzel wrote:
>>>
>>> Hello Ken, hello David,
>>>
>>> the way given in the documentation is not particularly g
gt; regards,
> Hans
>
> > On 1 Jan 2022, at 10:56, Valentin Petzel wrote:
> >
> > Hello Ken, hello David,
> >
> > the way given in the documentation is not particularly good, as this won't
> > produce a Fingering grob but a TextScript grob, which cannot be
&g
tly I
overlook something.
regards,
Hans
> On 1 Jan 2022, at 10:56, Valentin Petzel wrote:
>
> Hello Ken, hello David,
>
> the way given in the documentation is not particularly good, as this won't
> produce a Fingering grob but a TextScript grob, which cannot be po
Hello Ken, hello David,
the way given in the documentation is not particularly good, as this won't
produce a Fingering grob but a TextScript grob, which cannot be positioned the
same way.
Much better would be to use
e-\finger "5-3"
or
e-\finger\markup\tied-lyric "5~3&qu
HI David;
Thank you. Read right past it, missing it entirely.
Ken
On Fri, Dec 31, 2021 at 6:03 PM David M. Boothe, CAS
wrote:
>
> http://lilypond.org/doc/v2.22/Documentation/notation/inside-the-staff
>
> The second example under the heading "Fingering Instructions" gi
http://lilypond.org/doc/v2.22/Documentation/notation/inside-the-staff
The second example under the heading "Fingering Instructions" gives you a
couple of options.
dB
On Fri, Dec 31, 2021, 8:51 PM Kenneth Wolcott
wrote:
> HI;
>
> How to implement a "5-3" finger
HI;
How to implement a "5-3" fingering (Piano) (LP 2.22)
See attachment.
I have a piece of music arranged for Piano which I am practicing my
Lilypond engraving skills.
The final bar (in the bass clef) is two half notes. The first half
note has a fingering of "5-3".
Le 31/05/2021 à 22:38, Valentin Petzel a écrit :
Hello Stéphane,
If you want manual control you can try to move New_fingering_engraver from
Voice to Staff. The Y-position has to be tweaked manually (which would kind of
not work if the side-axis-interface is used).
It is somewhat of a hack, to g
Hello Stéphane,
If you want manual control you can try to move New_fingering_engraver from
Voice to Staff. The Y-position has to be tweaked manually (which would kind of
not work if the side-axis-interface is used).
It is somewhat of a hack, to get this done propery we’d need to create an
engr
téphane Labbé a
écrit :
> Hello,
>
> I'm trying to put fingering information in a lilypond file and the result
> I get is not correct.
>
> I extracted a simple case in the file attached.
>
> With lilypond, I get that :
>
> [image: image.png]
>
>
Hello,
I'm trying to put fingering information in a lilypond file and the result I
get is not correct.
I extracted a simple case in the file attached.
With lilypond, I get that :
[image: image.png]
The for is displayed in the same place that the note...
I try to have some
Hi Harm and thank you for your detailed answer.
For some reason, at the first time, I was pretty sure it looked like curved
beams...
My mistake!
Cheers,
Pierre
Le dim. 23 août 2020 à 19:11, Thomas Morley a
écrit :
> Am So., 23. Aug. 2020 um 18:39 Uhr schrieb Pierre Perol-Schneider
> :
> >
> > Su
Sure Harm, here you go: https://www.youtube.com/watch?v=YND32HckZqk&t=1m24s
Cheers,
Pierre
Le dim. 23 août 2020 à 11:02, Thomas Morley a
écrit :
> Am So., 23. Aug. 2020 um 10:52 Uhr schrieb Pierre Perol-Schneider
> :
> >
> > Dear Andrew,
> >
> > Le dim. 23 août 2020 à 08:09, Andrew Bernard
> a
Am So., 23. Aug. 2020 um 10:52 Uhr schrieb Pierre Perol-Schneider
:
>
> Dear Andrew,
>
> Le dim. 23 août 2020 à 08:09, Andrew Bernard a
> écrit :
>
>> I play bass gamba - I've always wanted to do the lovely curved beams
>> (and for Bach,. and the lot!). No chance lilypond will ever be able to,
>>
Dear Andrew,
Le dim. 23 août 2020 à 08:09, Andrew Bernard a
écrit :
I play bass gamba - I've always wanted to do the lovely curved beams
> (and for Bach,. and the lot!). No chance lilypond will ever be able to,
> I don't think!
>
I saw Harm (T. Morley) making a short presentation (no details) o
Le dim. 23 août 2020 à 07:56, Andrew Bernard a
écrit :
> Hi Pierre,
>
> Bass gamba in France has very detailed markups, such as poussez (p) and
> tirez (t), push and pull (up and down bow), and a whole swag more. I'll
> dig up some Marin Marais and send to you.
>
Thank you Andrew.
Thank you for the examples.
Le dim. 23 août 2020 à 07:59, Alasdair McAndrew a écrit :
> There are other issues with this music, which can bristle with expressive
> marks: bowing and fingering information, various shorthands for different
> sorts of ornaments, over and above the pla
Hi Alasdair,
I play bass gamba - I've always wanted to do the lovely curved beams
(and for Bach,. and the lot!). No chance lilypond will ever be able to,
I don't think!
Andrew
Hi Pierre,
Bass gamba in France has very detailed markups, such as poussez (p) and
tirez (t), push and pull (up and down bow), and a whole swag more. I'll
dig up some Marin Marais and send to you.
Andrew
On 23/08/2020 2:35 pm, Pierre Perol-Schneider wrote:
Hi Alasdair,
I've never seen suc
Hi Alasdair,
I've never seen such notation. I'd be curious to see an example.
Maybe this could help: http://lsr.di.unimi.it/LSR/Item?id=1068
E.g.:
\version "2.20.0"
#(define-markup-command
(circled-pattern layout props radius angle num arg)
(number? number? number? markup?)
(interpret-marku
I am trying to typeset some early 18th century French music for viola da
gamba. The standard notation, which I would like to keep, is that the
string is indicated by a row of dots above the finger number. That is, for
example, a 4 with three dots over it (generally in a slight arc, rather
than in
Helge,
Welcome!
Mark
-Original Message-
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org]
On Behalf Of Helge Kruse
Sent: Sunday, July 26, 2020 11:02 PM
To: Thomas Morley
Cc: lilypond-user@gnu.org
Subject: Re: Position of fingering
Hi Mark,
Thanks, this
Am So., 26. Juli 2020 um 13:50 Uhr schrieb Helge Kruse :
> >
> > Hi,
> >
> > I want to put the fingering information below the notes. Corresponding to
> > http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions
> >
>
Thanks, I realized my error.
Regards,
Helge
Am So., 26. Juli 2020 um 14:00 Uhr schrieb Thomas Morley
:
>
> Am So., 26. Juli 2020 um 13:50 Uhr schrieb Helge Kruse :
> >
> > Hi,
> >
> > I want to put the fingering information below the notes. Corresponding to
>
On 26/07/2020 12:49, Helge Kruse wrote:
Hi,
I want to put the fingering information below the notes. Corresponding to
http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions
and
http://lilypond.org/doc/v2.20/Documentation/notation/inside-the-staff
Am So., 26. Juli 2020 um 13:50 Uhr schrieb Helge Kruse :
>
> Hi,
>
> I want to put the fingering information below the notes. Corresponding to
> http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions
>
> and
>
> http://lilypond.
Hi,
I want to put the fingering information below the notes. Corresponding to
http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions
and
http://lilypond.org/doc/v2.20/Documentation/notation/inside-the-staff#fingering-instructions
this should be possible
Thanks for the help and pointing to snippets as well!
вс, 14 июн. 2020 г. в 19:19, Noeck :
> Hi Gleb,
>
> when I asked a similar question in April, Harm replied with this code:
>
> https://lists.gnu.org/archive/html/lilypond-user/2020-04/msg00061.html
>
> Best,
> Joram
>
>
Hi Gleb,
when I asked a similar question in April, Harm replied with this code:
https://lists.gnu.org/archive/html/lilypond-user/2020-04/msg00061.html
Best,
Joram
Gleb Rogozinsky wrote:
I am the Lilypond beginner, switched from commercial software.
Are you familiar with the LilyPond Snippet Repository?
http://lsr.di.unimi.it/LSR/
Have a look at LSR 999
http://lsr.di.unimi.it/LSR/Item?id=999
Cheers,
Robin
Hi all!
I am the Lilypond beginner, switched from commercial software.
This time I am writing cello part, and I do not know how to show an
extended position in fingering, which is like a slide symbol between
fingers. Please see the picture included.
Thanks for any help!
Gleb
On 5/30/20, Thomas Morley wrote:
> add-stem-support is not really documented.
> Alas, I've not the time and energy to write a patch myself and fight
> my way through the new GitLab process.
“Fighting your way” sounds pretty accurate these days.
If I may give it a try:
https://gitlab.com/lilypond
Am Sa., 30. Mai 2020 um 13:18 Uhr schrieb David Kastrup :
>
> Thomas Morley writes:
>
> > Alas, I've not the time and energy to write a patch myself and fight
> > my way through the new GitLab process.
>
> git push -o merge_request.create -o merge_request.title="My patch" -o
> merge_request.remov
Thomas Morley writes:
> Alas, I've not the time and energy to write a patch myself and fight
> my way through the new GitLab process.
git push -o merge_request.create -o merge_request.title="My patch" -o
merge_request.remove_source_branch origin HEAD:my-proposed-branch-name
The push message gi
Am Sa., 30. Mai 2020 um 10:15 Uhr schrieb Valentin Villenave
:
>
> On 5/30/20, Thomas Morley wrote:
> > Fingering.add-stem-support is per default set to 'only-if-beamed'
>
> Of course!! I vaguely remembered having come across something like
> that. Sorry for making a fool of myself.
>
> > Try:
>
On 5/30/20, Valentin Villenave wrote:
> Excellent; NOTABUT then.
Ouch. NOTABUG. (Though I can’t say I wasn’t childishly tempted to
add an additional T :-)
V.
On 5/30/20, Thomas Morley wrote:
> Fingering.add-stem-support is per default set to 'only-if-beamed'
Of course!! I vaguely remembered having come across something like
that. Sorry for making a fool of myself.
> Try:
> \override Fingering.add-stem-support = #'()
> and it'll work
Excellent; NOT
Am Sa., 30. Mai 2020 um 00:08 Uhr schrieb Valentin Villenave
:
>
> On 5/29/20, Pierre Perol-Schneider wrote:
> > Hi Simone,
> > A basic solution:
> > \relative c' {
> > \stemUp
> > \override Fingering.staff-padding = #'()
> > 4 8
> > }
>
> Sure there are workarounds, but: shouldn’t we be tr
1 - 100 of 1116 matches
Mail list logo