Hi folks, I'm trying to replicate some of the music on this page (
https://www.churchofengland.org/prayer-and-worship/worship-texts-and-resources/common-worship/churchs-year/holy-week-and-easter-0),
particularly the first section (
https://www.churchofengland.org/sites/default/files/2017-11/Image_4
After some trial and error, the simplest workaround was to override the stencil
of NoteHead so it draws the missing ledger line. I conditionally set
NoteHead.stencil to ly:text-interface::print and set NoteHead.text to custom
markup function.
\override NoteHead.stencil =
#(lambda (grob)
vec)))
>
> music = { \key ces \major ces'1 \bar "||"
> \key cis \major cis'1 }
>
> { <>^\markup "default"
> \music }
>
> { <>^\markup "cancellationFirst"
> \cancellationFirst
> \music }
> ```
>
> As can be
<>^\markup "default"
\music }
{ <>^\markup "cancellationFirst"
\cancellationFirst
\music }
```
As can be seen in the image, flipping the order of the bar line and
the key cancellation changes the horizontal spacing between the
`NoteHead` and `NonMusicalPaperCo
Dear LilyPond community,
I'm working on an web psalter https://www.zaltar.cz (in Czech language) with
responsive music notation based on LilyPond. For example, take a look at
https://www.zaltar.cz/OL1.html and try changing the width of the browser. The
notation is pre-engraved at 9 different s
Le 14/11/2022 à 19:00, Sámuel Simon-Németh a écrit :
My first email didn't appear to send, so here we go with the copy-paste:
First of all, sorry for not understanding the docs, I hope you get it,
being a beginner sucks.
So, the questions:
1) How would I increase the spacing between piano le
My first email didn't appear to send, so here we go with the copy-paste:
First of all, sorry for not understanding the docs, I hope you get it,
being a beginner sucks.
So, the questions:
1) How would I increase the spacing between piano left hand and right
hand, AND between systems?
2) How w
First of all, sorry for not understanding the docs, I hope you get it,
being a beginner sucks.
So, the questions:
1) How would I increase the spacing between piano left hand and right
hand, AND between systems?
2) How would I increase the minimum (horizontal) measure length, right
now it look
umentation/internals/line_002dspanner_002dinterface
The horizontal spacing between the grace note and the main note could
be increased. Again, I couldn't find a way to do this directly, not
least because most tweaks and overrides I thought of appear to operate
simultaneously on bot
Oops - didn't attach the examples.
Paul
From: Paul Hodges
To: Lilypond-User Mailing List
Sent: 02/11/2022 17:18
Subject: The disappearing glissando - a horizontal spacing saga
1) The problem
I have a grace note several degrees higher than the main note, and I have to
would still be tight - and in any
case I couldn't find any way to make this happen.
The horizontal spacing between the grace note and the main note could be
increased. Again, I couldn't find a way to do this directly, not least because
most tweaks and overrides I thought of ap
Thanks David! I'll put these all in my 'toolbox'.
Jerry
On Sun, Jun 12, 2022 at 5:41 PM David Wright
wrote:
> On Sun 12 Jun 2022 at 07:39:10 (-0700), Knute Snortum wrote:
> > On Sat, Jun 11, 2022 at 3:27 PM JxStarks wrote:
> > >
> > > Thank you! The "page-count = 1" worked for this example, so
On Sun 12 Jun 2022 at 07:39:10 (-0700), Knute Snortum wrote:
> On Sat, Jun 11, 2022 at 3:27 PM JxStarks wrote:
> >
> > Thank you! The "page-count = 1" worked for this example, so I'll keep it in
> > my toolbox.
> > If I wanted to use the #(set-global-staff-size 19.8), where would I put it?
> > I
Got it. Thanks!
Jerry
On Sun, Jun 12, 2022 at 10:39 AM Knute Snortum wrote:
> On Sat, Jun 11, 2022 at 3:27 PM JxStarks wrote:
> >
> > Thank you! The "page-count = 1" worked for this example, so I'll keep it
> in my toolbox.
> > If I wanted to use the #(set-global-staff-size 19.8), where would
On Sat, Jun 11, 2022 at 3:27 PM JxStarks wrote:
>
> Thank you! The "page-count = 1" worked for this example, so I'll keep it in
> my toolbox.
> If I wanted to use the #(set-global-staff-size 19.8), where would I put it? I
> tried in the \paper { } section and LP told me it didn't belong there an
l-sized measures, and the hymn pushes one line onto
> > the next page. (See Example-2).
> >
> > Is there a way to force a compact horizontal spacing for the first 2 or 3
> > measures, then have standard spacing for the rest of the music?
>
> I added \paper { ragged
ymn. When I
> first complete the transcription, the \tiny notes are compacted nicely, and
> the hymn fits on one page. (See Example-1) If I transpose the hymn, the
> \tiny notes become full-sized measures, and the hymn pushes one line onto
> the next page. (See Example-2).
>
> Is ther
On Wed, 23 Mar 2022 at 13:41, Molly Preston
wrote:
> Hello.
>
> I am wondering if there is any way of changing the horizontal spacing. I
> would like the first two measures to have more room than the third measure.
> The cross-staff beaming I think needs more room and I am not
Hello.
I am wondering if there is any way of changing the horizontal spacing. I
would like the first two measures to have more room than the third measure.
The cross-staff beaming I think needs more room and I am not sure how to do
this other than moving the third measure to the next line.
I
On Sat, 2022-03-19 at 12:49 +, Paul Hodges wrote:
> I don't use that - I specify the exact number of systems I want, and
> on how many pages, using:
> \paper {
> system-count = xx
> page-count = yy
> }
>
> This forces the length to be stretched to the extent I require; then
> detailed adju
I don't use that - I specify the exact number of systems I want, and on how
many pages, using:
\paper {
system-count = xx
page-count = yy
}
This forces the length to be stretched to the extent I require; then detailed
adjustments can be made with \break and \pageBreak.
Paul
From: Ri
stems-per-page = 20
}
(to take an extreme case) but it doesn't change the horizontal spacing
at all it just forces more systems onto the page causing them to
collide as you request more. The problem I am facing is that one part
is spaced horizontally much more loosely than another seemingly similar
part.
Richard
lar, while there are loads of ways you can make room for
some grobs in a specific measure
(http://lilypond.org/doc/v2.23/Documentation/notation/adjusting-horizontal-spacing-for-specific-layout-objects),
there is no super convenient single-setting way to *reduce* spacing at a
given point since y
From: Richard Shann
I wonder what "There is no convenient mechanism to manually override
spacing. " means ...
I take it to mean that adjusting spacing on a smaller scale, like within a bar,
is not so easy.
The tricks I tend to use are:
(1) specify the number of systems and pages (LilyPo
of weighted average, which would be much more stable
> > in such
> > situations. I’ll do some experimenting for this.
> >
> > Cheers,
> > Valentin
> >
> > Am Freitag, 18. März 2022, 10:39:10 CET schrieb Richard Shann:
> > > Attached
1 . 8))
do this? (I'm doubtful because I didn't see an example in the manual -
rather the statement
"There is no convenient mechanism to manually override spacing. "
at
https://lilypond.org/doc/v2.22/Documentation/notation/horizontal-spacing-overview
)
Richard
>
> at the beg
e similar music in them but
> LilyPond typesets one them with about twice as much horizontal space as
> the other.
> The documentation gives an overview of the algorithm for horizontal
> spacing but eyeballing this music I can't see any shortest-note
> differences that could trigge
> Le 10/08/2021 13:30, Valentin Petzel a écrit :
>
>
> Hello!
>
> Sometimes Lilypond can run a bit wider than engraved scores would do. The
> official way to mitigate this (as given by the Documentation) is setting
> Score.SpacingSpanner.base-shortest-duration. Sometimes this does not give the
Hello!
Sometimes Lilypond can run a bit wider than engraved scores would do. The
official way to mitigate this (as given by the Documentation) is setting
Score.SpacingSpanner.base-shortest-duration. Sometimes this does not give the
result we want, so we need to use different spacing parameters
Thank you for the link to the new issue tracker, I've missed it.)
сб, 3 квіт. 2021 о 13:58 Hans Aikema пише:
>
>
> On 2 Apr 2021, at 21:46, Dmytro O. Redchuk wrote:
>
> Hi,
>
> as for me, this issue has been fixed in 2.22 in some way.
>
> https://sourceforge.net/p/testlilyissues/issues/5129/
>
> On 2 Apr 2021, at 21:46, Dmytro O. Redchuk wrote:
> Hi,
>
> as for me, this issue has been fixed in 2.22 in some way.
>
> https://sourceforge.net/p/testlilyissues/issues/5129/
Hi Dmytro,
Matches with the new issue-tracker for lilypond:
https://gitlab.com/lilypond/lilypond/-/issues/5129
W
Hi,
as for me, this issue has been fixed in 2.22 in some way.
https://sourceforge.net/p/testlilyissues/issues/5129/
пн, 16 бер. 2020 о 19:59 Dmytro O. Redchuk пише:
>
> Hi,
>
> unfortunately (for me at least), this regression persists in 2.20.0 too.
>
> Thank you anyway, lilypond is really grea
<mailto:d...@davidebonetti.it>> wrote:
Hello!
I have some music with half - quarter - quarter sequence.
I want the horizontal spacing of the halves to be equal of the
quarters.
Are you asking for each measure to contain three equally-spaced notes,
or for the space taken up
On Tue, Jan 19, 2021 at 4:35 AM Davide Bonetti wrote:
> Hello!
>
> I have some music with half - quarter - quarter sequence.
>
> I want the horizontal spacing of the halves to be equal of the quarters.
>
Are you asking for each measure to contain three equally-spaced notes
Hello!
I have some music with half - quarter - quarter sequence.
I want the horizontal spacing of the halves to be equal of the quarters.
I tried:
\version "2.22.0"
pippo = \repeat unfold 16 {c'2 c'4 4}
{\pippo}
{
\override Score.SpacingSpanner.spacing-increment = #.1
Hello Valentin,
This is brilliant !!!. Thank you.
>@1: (spacing between aes and d not much improved.)
I assumed \tweak extra-spacing-width, tweaked the next note column. But
according to your explanation, it tweaks only the space after previous note
head, not as note column.
>@2: (unable to
Hello Eby,
I noticed, you can use extra-spacing-height to increase the size of the „lanes”
I talked about.
I’ve appended the example.
Regards,
Valentin
Am Samstag, 13. Juni 2020, 07:16:42 CEST schrieb Eby Mani:
Many thanks Kieren & Valentin,
Have used a mix of \newSpacingSection and \tweak
Hello Eby,
Your note about extra-spacing-width is the thing I talked about before. It
won’t do the right
thing if the note would not vertically collide with the neighboring notes. It
doesn’t work with
\newSpacingSection because spacing is only taken into account between objects
in the same
S
Many thanks Kieren & Valentin,
Have used a mix of \newSpacingSection and \tweak extra-spacing-width to achieve
something close to what is possible with use of "skip". Still it's not
perfect(output attached).
Using \tweak extra-spacing-width alone only works for the first 2 sections on
n32 not
On 6/10/20, Eby Mani wrote:
> Is there any way to add horizontal spacing to make music more readable
> without using "skip" inside violin section commented in the score ?.
Well, you probably can get a slightly better result by inserting
\newSpacingSection in a few of these
Hi Kieren,
Note that doing it this way has the same problem I explained before if two
stems a considerably vertically apart (as we just regulate the horizontal
space to the neighboring Note, which is not nescessarily the next note.
Regards,
Valentin
Am Donnerstag, 11. Juni 2020, 20:51:48 CEST
Hi Eby,
> I'm looking for to achieve something like the output without using "skips". I
> plan to run the midi output thru VST instrument, thus adding skips is a big
> no.
> The example is achieved using "skip".
\version "2.19.83"
{ c'4 4 \tweak extra-spacing-width #'(-10 . 0) 4 4 }
Hope that
Hello Eby,
As far as I know Lilypond does not offer an easy, clean way to add spacing
between certain
notes. If two stems are adjacent, you can specify the spacing of the stems.
This does not
work if there are no Stems or Stems are too far apart vertically.
One hacky way around would be using
Hello Eby,
You could do as I’ve done in the appended file. That is basically whenever you
need a more loose spacing, you do something like
\temporary\override Score.SpacingSpanner.common-shortest-duration =
#(ly:make-moment 1 256)
(where the 1/256 can be anything to your liking, using bigger note
I'm doing some Violin music that require use of \magnifyMusic inside cadenza,
where both instruments don't have the same visual measure lengths.
Is there any way to add horizontal spacing to make music more readable without
using "skip" inside violin section commented in
Le mar. 28 avr. 2020 à 16:26, Carl Sorensen a écrit :
->CS: I don't think we have anything in LilyPond that tries to synchronize
> two scores, so that doesn't particularly bother me.
>
Well, my idea was not to synchronised both scores, just to show the
unwanted extra space between to quarter not
From: Pierre Perol-Schneider
Date: Tuesday, April 28, 2020 at 8:16 AM
To: Carl Sorensen
Cc: lilypond-user
Subject: Re: Lyrics vs horizontal spacing
Hi Carl,
Thanks, but since you gathered both staves to a single score, yes that works.
However, if 2 scores the first syllable looks ok -- so
Hi Carl,
Thanks, but since you gathered both staves to a single score, yes that
works.
However, if 2 scores the first syllable looks ok -- so better output -- but
the problem remains:
\version "2.20.0"
%% just a line to show the horizontal spacing:
redline = \markup {
\with-color #r
Ok, thank you Kieren, I'll put that on the bug list.
Cheers,
Pierre
Le mar. 28 avr. 2020 à 14:24, Kieren MacMillan
a écrit :
> Hi Pierre,
>
> > I'm not sure if this is a bug (I didn't find any it in the bug list).
>
> Sure looks like it to me…!
>
> > I'd like to avoid this bad spacing. Any idea
From: Pierre Perol-Schneider
Date: Tuesday, April 28, 2020 at 2:39 AM
To: lilypond-user
Subject: Lyrics vs horizontal spacing
I'm not sure if this is a bug (I didn't find any it in the bug list).
Anyway, I'd like to avoid this bad spacing. Any idea how to?
CS-> I elim
Hi Pierre,
> I'm not sure if this is a bug (I didn't find any it in the bug list).
Sure looks like it to me…!
> I'd like to avoid this bad spacing. Any idea how to?
Only really hacky ones. =(
Sorry,
Kieren.
Oops, \tweak extra-spacing-width #-1 has nothing to do here...
Le mar. 28 avr. 2020 à 12:26, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> a écrit :
> I have this workaround:
>
> \version "2.20.0"
>
> %% just a line to show the horizontal spacing:
I have this workaround:
\version "2.20.0"
%% just a line to show the horizontal spacing:
redline = \markup {
\with-color #red
\with-dimensions-from \null
\translate #'(.6 . -15)
\draw-line #'(0 . 25)
}
%%%
<<
{ \voiceOne c'' 4 4 4 \
Hi All,
Please consider this snippet:
%%
\version "2.20.0"
%% just a line to show the horizontal spacing:
redline = \markup {
\with-color #red
\with-dimensions-from \null
\translate #'(.6 . -15)
\draw-line #'(0 . 25)
}
%%%
<<
{ \voiceOne c'' 4 4 4
Hi,
unfortunately (for me at least), this regression persists in 2.20.0 too.
Thank you anyway, lilypond is really great :)
вт, 2 лип. 2019 о 09:13 Dmytro O. Redchuk пише:
>
> Thank you, Pierre, for your suggestion.
>
> Unfortunately it is not always possible, there might be some
> "Pneumonoultr
Am 12.10.19 um 00:36 schrieb Simon Albrecht:
Hi Urs,
On 11.10.19 14:34, Urs Liska wrote:
I don't really understand why the spacing of the right-hand barline
is so different in the three systems, given that the music is
basically the same.
This looks like a bug, doesn’t it?
Initially, yes
Hi Urs,
On 11.10.19 14:34, Urs Liska wrote:
I don't really understand why the spacing of the right-hand barline is
so different in the three systems, given that the music is basically
the same.
This looks like a bug, doesn’t it?
A MWE would be great to have…
Best, Simon
__
Hi Alexander,
thanks for the suggestions. It didn't help, and I absolutely don't
understand what *really* is going on here.
However, I (reluctantly) got around with manually moving the barlines
with extra-offset - which is sort-of acceptable when done in an include
file with the edition-engr
On Fri 04 Oct 2019 at 11:15:09 (+0200), Pierre Perol-Schneider wrote:
> Ok, here's a -- simple -- snippet (I should have start with it, sorry):
>
> %%
> \version "2.19.83"
> { s1 cis'4 }
> { s1 ais4 }
> { s1 fis4 }
> { s1 ais''4 }
> { s1 cis'''4 }
> { s1 eis'''4 }
> %%
>
> So it seems that the LP
Hi Urs,
I tried to reproduce, but couldn't easily. Do you have a MWE?
What I tried to test is from
http://lilypond.org/doc/v2.19/Documentation/notation/proportional-notation
In particular, strict-note-spacing; but I'm not sure what will happen if
you try to combine strict-note-spacing = ##t wit
Hi all,
the attached is realized with a small line-width and manual breaks.
I don't really understand why the spacing of the right-hand barline is
so different in the three systems, given that the music is basically the
same. Especially given that the music up to that point is more or less
ho
Ok, here's a -- simple -- snippet (I should have start with it, sorry):
%%
\version "2.19.83"
{ s1 cis'4 }
{ s1 ais4 }
{ s1 fis4 }
{ s1 ais''4 }
{ s1 cis'''4 }
{ s1 eis'''4 }
%%
So it seems that the LP alignment changes after more than two ledger lines
(probably because of the accidentals vertica
Hi David,
Thanks for your answer.
However, I probably badly explained my problem since it has nothing to do
with any modern style alignment.
Thing is that -- *in situ* -- every measure that begins with an accidental
sign offsets the first note, except for this particular measure.
Why? There is much
On 2019-10-03 5:49 pm, Andrew Bernard wrote:
On 4/10/2019 3:34 am, Aaron Hill wrote:
How standardized is this so-called "modernist" music?
Not in any way at all. There's no ISO standard! :-) Every composer is
different. I am curious that you refer to modernism as 'so-called'.
Modernism has
On 4/10/2019 3:34 am, Aaron Hill wrote:
How standardized is this so-called "modernist" music?
Not in any way at all. There's no ISO standard! :-) Every composer is
different. I am curious that you refer to modernism as 'so-called'.
Modernism has been a major art movement for over 100 year
On 2019-10-03 8:53 am, Andrew Bernard wrote:
Lilypond is
heavily biased to Common Era music, and that's well and good and where
it
excels, but I think with the amount of contemporary modernist music
being
written people could be a bit more open to more contemporary
techniques.
How standardiz
Hi David,
I think this comment is somewhat glib. I'll start another thread to discuss
it. But briefly, the colleague whose music I engrave writes very complex
scores and his practice is to use 3cm = 1 second to indicate the flow of
time to the performers as an extra axis of information. While I pe
On Thu 03 Oct 2019 at 14:15:56 (+0200), Pierre Perol-Schneider wrote:
> Please consider these two staves:
> %%%
[ … 26ll snipped … ]
> fis es' c' d' fis }
> \repeat percent 2 {
> aes,!
> -\tweak extra-offset #'(-2.05 . 3.5)
> _\markup\with-color #red {
> \with-dimensions-fro
Hi List,
Please consider these two staves:
%%%
\version "2.19.83"
\layout {
indent = 0
ragged-right = ##f
}
\fixed c' \scaleDurations 2/3 {
\key c\minor
\time 2/4
\omit Staff.TimeSignature
\omit Score.BarNumber
\repeat percent 2 { bes,!16 g f' c' es' g }
\repeat percent 2 {
a
On 26.08.19 09:56, Michael Gerdau wrote:
Find attached my tests with the current (2 weeks old) git version. IMO
the current version of Lilypond does not have most (if at all!) of the
mentioned shortcomings, at least not at first glance.
LOL ;-)
Best, Simon
___
Looks good to me in 2.19.83 [current highest dev release not from git.]
Andrew
On 26/8/19 5:56 pm, Michael Gerdau wrote:
Find attached my tests with the current (2 weeks old) git version. IMO
the current version of Lilypond does not have most (if at all!) of the
mentioned shortcomings, at leas
Am 26.08.19 um 09:56 schrieb Michael Gerdau:
Anyway, have you actualliy tried the provided spacing examples given in
the (old?) article with a current version of lilypond?
Find attached my tests with the current (2 weeks old) git version.
For those who don’t want to compile from git themselv
\tuplet 3/2 { a'8 b' b' } a'4 \bar "|." }
{ \tuplet 11/8 { a'32[ a' a' a'8 a'16 a'] } a'4 \bar "|." }
>>
\layout {
\context {
\Score
proportionalNotationDuration = #(ly:make-moment 1/32)
}
notation and
uniform stretching to fix these examples. However, I find it interesting
that the proposed solution incorporates what Lilypond actually does already
(which is why it might not be as complicated as it seems). Am I the only
one that is curious about this? Why does the horizontal spacing of
(simple?) improvement
to Lilypond’s horizontal spacing algorithm? The math is all here:
https://quod.lib.umich.edu/cgi/p/pod/dod-idx/improved-algorithm-for-spacing-a-line-of-music.pdf?c=icmc;idno=bbp2372.2002.097;format=pdf
I wish I had the programming chops!
C
Dear all,
Would anyone be interested in implementing this (simple?) improvement to
Lilypond’s horizontal spacing algorithm? The math is all here:
https://quod.lib.umich.edu/cgi/p/pod/dod-idx/improved-algorithm-for-spacing-a-line-of-music.pdf?c=icmc;idno=bbp2372.2002.097;format=pdf
I wish I had
Thank you, Pierre, for your suggestion.
Unfortunately it is not always possible, there might be some
"Pneumonoultramicroscopicsilicovolcanoconiosis" instead of "Блаженні
голодні й спрагнені правди". And the more syllables collected in one
with quotes, the more visible this regression is.
Thank yo
Hi Dmytro,
Not nice but works:
\version "2.19.83"
{
r4
%a
a4*1/8 \hideNotes a a a a a a a\unHideNotes
a2 a4 a2 s4
}
\addlyrics {
\override LyricText #'X-offset = #0
Блаженні голодні й спрагнені правди, бо вони на -- си -- тять -- ся.
}
HTH, cheers,
Pierre
Le lun. 1 juil. 2019 à 15:0
Hi,
is there any progress with this issue or any suggestions on how to workaround?
Thanks.
On Sat, Apr 29, 2017 at 11:53 PM Trevor Daniels wrote:
>
>
> Dmytro, you wrote Saturday, April 29, 2017 8:06 PM
>
> >> please, dear 'ponders, let me know what's wrong here in my email.
> >>
> >> Should I
I have a piece in which each performer reads from a score with the other
players' staves shrunk. I have determined that the different staff sizes are
the cause of some very bad horizontal spacing that is especially noticeable
when players have different simultaneous tuplets. The other part
> \version "2.18.2"
> \score {
> \new StaffGroup <<
> \new Staff {
> \relative c' {
> c d e f
> \once \override Score.BarLine.space-alist.next-note = #'(fixed-space
> . 4)
> c d e f
> \once \override Score.BarLine.space-alist.next-note = #'(fixed-space
Hi David,
> It works for me, attached.
Unfortunately, that requires a per-instance adjustment.
It would be nice (as the OP implies) to have a global setting.
Cheers,
Kieren.
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmi
On Tue 12 Dec 2017 at 02:22:23 (+0300), Rus wrote:
> >> It works well only without lyrics. With lyrics it works not well (see
> >> attachment).
> >>
> >> \version "2.18.2"
> >> \score {
> >> \new StaffGroup
> >> <<
> >> <<
> >> \new Staff {
> >> \relative c' {
> >> \override Staff.BarLine
> "Rus" == Rus writes:
Rus> ― How can I control (I need to increase) the space
Rus> between the bar line and the following note (or lyrics syllable)?
One thing you could try is set the alignment of the first syllable to
LEFT, to force it to start at the same place as the note.
\version "2.
Hi Ben,
> Wow. I need a new monitor, a new pair of eyes, and a vacation.
Does the distance from the barline [at the end of m.2] to the really look
the same to you as the distance from the barline [at the end of m.3] to the a?
It's nearly twice the distance!
> and an on-screen pixel ruler t
On 12/11/2017 7:30 PM, Kieren MacMillan wrote:
Hi Ben,
In m.2, m.3, and m.4, the number of pixels (at a fixed magnification)
from the rightmost edge of the barline to the leftmost edge of the
lyric syllable are 85px, 58px, and 98px, respectively.
Hope this helps,
Kieren.
_
Hi Ben,
> I thought the OP was only concerned with the space from the barline to the
> first note of each bar, right?
No… Here's what the OP said:
> How about controlling the space between the bar line and the following lyrics
> syllable?
> Is there something like BarLine.space-alist.next-LYR
On 12/11/2017 6:09 PM, Kieren MacMillan wrote:
Hi Ben,
I see what you mean but couldn't you just change it to Score.BarLine then? It
seems to work here, no? :)
No, at least not as I understand the OP: there should be an equal/minimum gap
between the barline and the left-hand edge of the lyr
>> It works well only without lyrics. With lyrics it works not well (see
>> attachment).
>>
>> \version "2.18.2"
>> \score {
>> \new StaffGroup
>> <<
>> <<
>> \new Staff {
>> \relative c' {
>> \override Staff.BarLine.space-alist.next-note = #'(fixed-space . 3)
>> c d e f c d e f c d e f
Hi Ben,
> I see what you mean but couldn't you just change it to Score.BarLine then? It
> seems to work here, no? :)
No, at least not as I understand the OP: there should be an equal/minimum gap
between the barline and the left-hand edge of the lyric.
That's not true in your snippet (cf. measur
It works well only without lyrics. With lyrics it works not well (see
attachment).
\version "2.18.2"
\score {
\new StaffGroup
<<
<<
\new Staff {
\relative c' {
\override Staff.BarLine.space-alist.next-note = #'(fixed-space . 3)
c d e f c d e f c d e f c d e f }
\addlyrics {
a bb cc dd
aa bb
Hello!
How can I control (I need to increase) the space between the bar line
and the following lyrics syllable?
I use version 2.18.2
>>> Hi,
>>>
>>> I'm not sure what you mean, but if you want to increase 'padding' so to
>>> speak, you could do something like this:
>>>
On Mon 11 Dec 2017 at 19:23:59 (+0300), Rus wrote:
> >> Hello!
> >> How can I control (I need to increase) the space between the bar line and
> >> the following lyrics syllable?
> >> I use version 2.18.2
> >
> > Hi,
> >
> > I'm not sure what you mean, but if you want to increase 'padding' so to
On 12/11/2017 11:23 AM, Rus wrote:
Hello!
How can I control (I need to increase) the space between the bar line and the
following lyrics syllable?
I use version 2.18.2
Hi,
I'm not sure what you mean, but if you want to increase 'padding' so to
speak, you could do something like this:
{
>> Hello!
>> How can I control (I need to increase) the space between the bar line and
>> the following lyrics syllable?
>> I use version 2.18.2
>
> Hi,
>
> I'm not sure what you mean, but if you want to increase 'padding' so to
> speak, you could do something like this:
>
> { c d e f? \once
>
On 12/10/2017 2:36 PM, Rus wrote:
Hello!
How can I control (I need to increase) the space between the bar line and the
following lyrics syllable?
I use version 2.18.2
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/l
Hello!
How can I control (I need to increase) the space between the bar line and the
following lyrics syllable?
I use version 2.18.2
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
>> - How can I control (I need to increase) the space between the bar line and
>> the following note (or lyrics syllable)?
>
> \layout {
> \context {
> \Score
> \override BarLine.space-alist.next-note = #'(semi-fixed-space . 5)
> }
> }
Thank you, Kieren! How about controlling the sp
Hi Rus,
> I have some questions about horizontal spacing:
> — How to reduce the proportional notation?
Not sure exactly what you mean here… but have you read the manual? Specifically
<http://lilypond.org/doc/v2.19/Documentation/notation/changing-horizontal-spacing>
and the sec
On Thu 07 Dec 2017 at 02:53:51 (+0300), Rus wrote:
> Hello!
> I have some questions about horizontal spacing:
> — How to reduce the proportional notation?
No idea.
> — How can I control (I need to increase) the space between the bar line and
> the following note (or
1 - 100 of 282 matches
Mail list logo