This works:
g4( \grace {a16 g16})
making a slur which includes the grace notes. But in order to get the
right spacing and barring (I need grace notes to occur before the bar line,
rather than after), I need to use "afterGrace":
\afterGrace g4 {a16 g16}
However, if I attempt to include a slu
WOW!
This seems wonderful! Thank you very much!
Il sab 5 feb 2022, 20:30 Jean Abou Samra ha scritto:
>
> > Le 5 févr. 2022 à 20:10, Rip _Mus a
> écrit :
> >
> > Good evening everyone,
> > do you know if there is a complete reference (perhaps with tutorials) of
> the use of the Scheme function
> Le 5 févr. 2022 à 20:10, Rip _Mus a écrit :
>
> Good evening everyone,
> do you know if there is a complete reference (perhaps with tutorials) of the
> use of the Scheme functions?
> In the Lilypond reference, from time to time, some functions are explained,
> but it seems to me that a prec
Good evening everyone,
do you know if there is a complete reference (perhaps with tutorials) of
the use of the Scheme functions?
In the Lilypond reference, from time to time, some functions are explained,
but it seems to me that a precise reference of each Scheme function is
missing. I know that th
> Le 5 févr. 2022 à 17:34, Kenneth Wolcott a écrit :
>
> Hi Kevin;
>
> I commented that line out because I get an error when engraving it.
>
> GNU LilyPond 2.22.1 (running Guile 2.2)
> Processing `Jeanie_With_The_Light_Brown_Hair.ly'
> Parsing...
> Jeanie_With_The_Light_Brown_Hair.ly:56:4:
break-align-symbols is mentioned in 2.20.
http://lilypond.org/doc/v2.20/Documentation/internals/staffsymbol
http://lilypond.org/doc/v2.20/Documentation/internals/staff_002dsymbol_002dinterface
As you say, it should be altered with considering other effects.
On 2022/02/06 1:20, Richard Shann wr
> Le 5 févr. 2022 à 11:42, Kevin Barry a écrit :
>
> Hi Kenneth,
>
> I think you can fix the problem with the relative positioning by
> setting the 'outside-staff-priority, e.g.:
>
> \tweak #'outside-staff-priority #0 \ottava 1
I think (cannot verify this weekend) that this is only going t
Ah!
Thank you, Kevin!
On Sat, Feb 5, 2022 at 8:58 AM Kevin Barry wrote:
>
> Hi Kenneth,
>
> That line was in the file that you sent. I had to comment it out as
> well. It's not related to my suggestion.
>
> Kevin
>
> On Sat, 5 Feb 2022 at 16:34, Kenneth Wolcott wrote:
> >
> > Hi Kevin;
> >
> >
Hi Kenneth,
That line was in the file that you sent. I had to comment it out as
well. It's not related to my suggestion.
Kevin
On Sat, 5 Feb 2022 at 16:34, Kenneth Wolcott wrote:
>
> Hi Kevin;
>
> I commented that line out because I get an error when engraving it.
>
> GNU LilyPond 2.22.1 (run
Hi Kevin;
I commented that line out because I get an error when engraving it.
GNU LilyPond 2.22.1 (running Guile 2.2)
Processing `Jeanie_With_The_Light_Brown_Hair.ly'
Parsing...
Jeanie_With_The_Light_Brown_Hair.ly:56:4: error: syntax error,
unexpected MUSIC_FUNCTION, expecting UNSIGNED or NUMBE
On Sun, 2022-02-06 at 00:15 +0900, Masaki, Akikazu wrote:
> Hi Richard,
>
> The last spacer is not necessary, but staff lines don't reach
> trailing
> key or time signatures by default. (I guess you tried that.)
yes, that's the purpose of the spacer.
> Set StaffSymbol.break-align-symbols proper
Hi Richard,
The last spacer is not necessary, but staff lines don't reach trailing
key or time signatures by default. (I guess you tried that.)
Set StaffSymbol.break-align-symbols property;
\version "2.22.0"
\layout {
\context {
\Staff
\override StaffSymbol.break-align-symbols
When the following movement in a score is going to be in a different
key the player is sometimes warned by printing a key signature change
after the closing barline.
The attached file accomplishes this, but I wonder if there is something
less hacky that does this. In particular the spacer rest dura
On Sat, Feb 5, 2022 at 5:00 AM Aaron Hill wrote:
>
> On 2022-02-05 2:49 am, Kevin Barry wrote:
> > Hi Achar,
> >
> >> Let me specify : in the following example V7 / IV is not associated
> >> with the Eb7 chord
> >> but with the note G. Is it possible to pair it with the Eb7 chord ?
> >> Thanks
> >
On Sat, 2022-02-05 at 11:30 +, Richard Shann wrote:
> Is there a way to drop the line that is drawn below the systems above
> the footnotes?
Sorry for asking before searching the mailing-list archives,
\paper { footnote-separator-markup = ##f }
is the answer I see. The docs often still defea
Is there a way to drop the line that is drawn below the systems above
the footnotes?
Richard Shann
On 2022-02-05 2:49 am, Kevin Barry wrote:
Hi Achar,
Let me specify : in the following example V7 / IV is not associated
with the Eb7 chord
but with the note G. Is it possible to pair it with the Eb7 chord ?
Thanks
We don't have a code example, so it's hard to answer your question. At
a guess
Hi Achar,
> Let me specify : in the following example V7 / IV is not associated with the
> Eb7 chord
> but with the note G. Is it possible to pair it with the Eb7 chord ? Thanks
We don't have a code example, so it's hard to answer your question. At
a guess, it looks like you're attaching markup
Hi Kenneth,
I think you can fix the problem with the relative positioning by
setting the 'outside-staff-priority, e.g.:
\tweak #'outside-staff-priority #0 \ottava 1
will cause the ottava marking to be put closer to the staff than the text span.
Kevin
On Sat, 5 Feb 2022 at 01:35, Kenneth Wolcot
19 matches
Mail list logo