Ok, I solved the problem. I reinstalled Frescobaldi.
An interesting fact is that I had to reinstall it twice. After the first
reinstallation Frescobaldi did not run anymore. When I clicked on the
application nothing happen (no error dialog box, etc; simply nothing).
Maybe because I didn't uninstal
Thanks for all the helpful replies everyone, but I've now run into a new
problem; I want the second text spanner to align with the first
spanner's dashed lines, for the first system. The second text spanner is
currently below the dashed lines. How do I fix this?
___
Am 19.09.2017 um 11:08 schrieb Robert Murdoch:
Thanks for all the helpful replies everyone, but I've now run into a new
problem; I want the second text spanner to align with the first
spanner's dashed lines, for the first system. The second text spanner is
currently below the dashed lines. Ho
Will do.
\version "2.19.65"
\relative c'' {
\override TextSpanner.bound-details.left.text = "accel."
\override TextSpanner.bound-details.right.padding = #1
\acciaccatura e8\startTextSpan d4 d r d
d2 g4. d8
e2 r
R4*4
r2 r4 \override TextSpanner.bound-details.left.text = "rit." c\sto
On 2017-09-18 10:07 PM, Caagr98 wrote:
> On 09/18/17 19:46, Joel C. Salomon wrote:
>> Omitting the coda alternative, this would be the natural way to input
>> repeats of the form “D.S. al Fine”. I would suggest “\repeat ds” (and
>> “\repeat dc”, unless you want to add magic that recognizes the sta
I'm really sorry to bother you all again, but I can not figure this out.
In my last question about a Text Spanner leading into another Text
Spanner, I was finally able to align an accelerando with a ritardando
using staff-padding.
Unfortunately, after the line break in my score the spanner con
Hi,
I'm trying to have all the fingerings aligned to the left as in the picture.
Is there a way to move independently every single fingering inside the
chord?
My workaround (see the code) it's not perfect and uses an hidden note in
a second voice.
Thank you very much,
have a nice day.
Marco
Am 19.09.2017 um 12:45 schrieb Robert Murdoch:
Will do.
As I assumed staff-padding is the right thing here:
\override TextSpanner.staff-padding = 2.5
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lil
Thank you Mark,
I've studied that part but I still don't understand how can I move only
the "3" to the left when it is inside a chord.
I need to choose independently the position of the fingers for every
note of the chord.
Can you show me the code?
Thank you very much,
Marco
On 19/09/2017 20:
Marco Bianchi writes:
> Hi,
> I'm trying to have all the fingerings aligned to the left as in the picture.
> Is there a way to move independently every single fingering inside the chord?
> My workaround (see the code) it's not perfect and uses an hidden note in a
> second
> voice.
>
> Thank you
David this is great!
Thank you
On 19/09/2017 21:51, David Kastrup wrote:
Marco Bianchi writes:
Hi,
I'm trying to have all the fingerings aligned to the left as in the picture.
Is there a way to move independently every single fingering inside the chord?
My workaround (see the code) it's not p
2017-09-19 21:51 GMT+02:00 David Kastrup :
> Marco Bianchi writes:
>
>> Hi,
>> I'm trying to have all the fingerings aligned to the left as in the picture.
>> Is there a way to move independently every single fingering inside the chord?
>> My workaround (see the code) it's not perfect and uses an
Thomas Morley writes:
> I tried to get something helpful from FingeringColumn, but I didn't
> found any useful pointers apart from the ones grob-interface delivers.
> Is it really not possible to get Fingering from FingeringColumn directly ??
> (one could catch the PaperColumn and then filter for
This code
\version "2.19.65"
\fixed c'' {
\override Tie.color = #grey
c1 ~
\revert Tie.color
\override NoteHead.color = #grey
c1
\revert NoteHead.color
}
change the color of the tie and the second c1 note (see attached image).
I would like to simplify the previous code and write some
2017-09-19 22:47 GMT+02:00 David Kastrup :
> Thomas Morley writes:
>
>> I tried to get something helpful from FingeringColumn, but I didn't
>> found any useful pointers apart from the ones grob-interface delivers.
>> Is it really not possible to get Fingering from FingeringColumn directly ??
>> (o
2017-09-19 22:48 GMT+02:00 Gianmaria Lari :
> This code
>
> \version "2.19.65"
> \fixed c'' {
> \override Tie.color = #grey
> c1 ~
> \revert Tie.color
> \override NoteHead.color = #grey
> c1
> \revert NoteHead.color
> }
>
>
> change the color of the tie and the second c1 note (see attac
Marco,
Have a look at
http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions
Mark
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org]
On Behalf Of Marco Bianchi
Sent: Tuesday, September 19, 2017 1:39 AM
To: lilypond-use
Thomas amazing example, this language is so deep and fascinating.
Thanks to everybody for the help
Marco
On 19/09/2017 22:51, Thomas Morley wrote:
2017-09-19 22:47 GMT+02:00 David Kastrup :
Thomas Morley writes:
I tried to get something helpful from FingeringColumn, but I didn't
found any u
Very welcome Marco,
Look at this
\set fingeringOrientations = #'(down right up)
4
The 1 shall be below the c
The 3 to the right of the e
The 5 above the chord
The individual directions in the #'( ) determine where each fingering is
placed.
Good?
Mark
-Original Message-
From:
2017-09-19 14:51 GMT+02:00 Robert Murdoch :
> I'm really sorry to bother you all again, but I can not figure this out. In
> my last question about a Text Spanner leading into another Text Spanner, I
> was finally able to align an accelerando with a ritardando using
> staff-padding.
>
> Unfortunatel
On 09/17/2017 01:50 AM, David Kastrup wrote:
> Carl Sorensen writes:
>
>> On 9/16/17 8:09 AM, "Shamus Hammons" wrote:
>>
>>> I have a dream, that one day Lilypond will make codas first class
>>> citizens instead of having to exist as a series of ugly hacks. In that
>>> day, I could simply write
Shamus Hammons writes:
> On 09/17/2017 01:50 AM, David Kastrup wrote:
>> Carl Sorensen writes:
>>
>>> On 9/16/17 8:09 AM, "Shamus Hammons" wrote:
>>>
I have a dream, that one day Lilypond will make codas first class
citizens instead of having to exist as a series of ugly hacks. In th
On 20/09/2017 00:15, Thomas Morley wrote:
Probably easiest:
{
\alterBroken staff-padding #'(5 0) TextSpanner
c'1\startTextSpan d'
\break
e' f'\stopTextSpan
}
Cheers,
Harm
Thank you. It works perfectly.
___
lilypond-user mailing list
l
The following code runs without error:
\version "2.19"
#(define-markup-command (myMarkup layout props music)
(ly:music?)
% Code to generate markup based on music goes here—elided for simplicity
(interpret-markup layout props "myMarkup"))
music = { c'1 }
\markup \myMarkup #music
I'm sorry but I'm not able to make them working. In both cases I get
unexpected post-event
c1
\myGrey ~ c1
On 19 September 2017 at 23:21, Thomas Morley
wrote:
> 2017-09-19 22:48 GMT+02:00 Gianmaria Lari :
> > This code
> >
> > \version "2.19.65"
> > \fixed c'' {
> > \override Tie.color =
25 matches
Mail list logo