Hi Klaus,
Yes, that works, thank you!
Best regards,
Guido
Op 26-10-2024 om 9:39 schreef K. Blum:
Hi Guido,
Am 26.10.2024 um 09:22 schrieb lilypond-user-requ...@gnu.org:
In Lilypond, I’d like to create two columns with two systems on each
line. These systems should all have the same width
Hi Guido,
Am 26.10.2024 um 09:22 schrieb lilypond-user-requ...@gnu.org:
In Lilypond, I’d like to create two columns with two systems on each
line. These systems should all have the same width and be aligned equally.
At the moment, some systems are wider than others.
in your \layout sections
Hi,
In Lilypond, I’d like to create two columns with two systems on each
line. These systems should all have the same width and be aligned equally.
At the moment, some systems are wider than others.
Here’s a simple version of how I’m currently setting up the layout.
I’m using
On Mon, 2023-04-17 at 20:26 +0200, Jean Abou Samra wrote:
> Le lundi 17 avril 2023 à 18:51 +0100, Richard Shann a écrit :
> Someone asked me how to set some verses in columns across the page
> after the title in their piece. I found a snippet in the LSR which
> defines a markup command
Le lundi 17 avril 2023 à 18:51 +0100, Richard Shann a écrit :
> Someone asked me how to set some verses in columns across the page
> after the title in their piece. I found a snippet in the LSR which
> defines a markup command \columns to place columns evenly spaced across
>
Someone asked me how to set some verses in columns across the page
after the title in their piece. I found a snippet in the LSR which
defines a markup command \columns to place columns evenly spaced across
the page. So with three verses you get one aligned at the left, one 1/3
and one 2/3 of the
Hi Kieren,
In my main include file, I have the following definition:
strut = \markup \transparent { Tj }
Then, in markups, I use
\combine $text \strut
to guarantee a consistent height/spacing.
One could do something like this:
\version "2.22"
#(define (squash-stencil-X stil)
Is this the expected behaviour?
No (but kind of yes).
Firstly, \column and \line work properly, respecting baseline-skip and
word-space:
In your code, you have nested \columns within \columns, which does not
work the same as a singular \column would. \column attempts to align
the conta
nd of yes).
Firstly, \column and \line work properly, respecting baseline-skip and
word-space:
In your code, you have nested \columns within \columns, which does not
work the same as a singular \column would. \column attempts to align
the contains markups by their respective baselines. [...]
There
properly, respecting baseline-skip and
word-space:
In your code, you have nested \columns within \columns, which does not
work the same as a singular \column would. \column attempts to align
the contains markups by their respective baselines. [...]
There are likely many ways to tackle this. (Other fol
Hi Kieren,
thank you very much for the nice workaround!
Kieren MacMillan schrieb am 20.01.22 um 13:45:
Lilypond seems to calculate the "real" line height of the writing, not some
kind of nominal text line height, so that a line with descenders is higher than a line
without.
Yes, this is a c
Hi Bernhard,
> Lilypond seems to calculate the "real" line height of the writing, not some
> kind of nominal text line height, so that a line with descenders is higher
> than a line without.
Yes, this is a constant thorn in my engraving side.
I *so* wish we could control line-leading instead of
In your code, you have nested \columns within \columns, which does not
work the same as a singular \column would. \column attempts to align
the contains markups by their respective baselines. The baseline of a
\column ends up being the baseline of its first markup. See:
\markup \concat
Dear list,
I've just discovered Lilypond. Playing, I stumbled on the following
snippet at
<https://lilypond.org/doc/v2.22/Documentation/notation/stanzas> for
displaying stanzas of lyrics in columns, and tried to use it. In the
song, there are some lines with descenders (p, g, q
On Fri, Oct 22, 2021 at 6:48 PM Aaron Hill wrote:
> On 2021-10-22 10:42 am, Kevin Cole wrote:
> > The subject line pretty much says it all:
> >
> > I have two columns of additional verse lyrics to a song following the
> > score, and I'm wondering if there
On 2021-10-22 10:42 am, Kevin Cole wrote:
The subject line pretty much says it all:
I have two columns of additional verse lyrics to a song following the
score, and I'm wondering if there's a simple way to add a vertical
line centered between them that is as "tall" as the t
The subject line pretty much says it all:
I have two columns of additional verse lyrics to a song following the
score, and I'm wondering if there's a simple way to add a vertical
line centered between them that is as "tall" as the two columns of
lyrics.
I'm still pret
Thank you both, those suggestions work well.
--
Knute Snortum
> Am 07.08.2021 um 18:47 schrieb Knute Snortum :
>
> I'm engraving a musical figure with 16 notes in one voice and an eight
> note with an accidental in the other. MWE:
>
> %%%
> \version "2.23.3"
> \language "english"
>
> \relative c'' {
> << { ff16 ( bf ) } \\ { df,8 } >> 8
> }
> %%%
>
> T
Le 07/08/2021 à 17:47, Knute Snortum a écrit :
I'm engraving a musical figure with 16 notes in one voice and an eight
note with an accidental in the other. MWE:
%%%
\version "2.23.3"
\language "english"
\relative c'' {
<< { ff16 ( bf ) } \\ { df,8 } >> 8
}
%%%
The chord seems way too close
I'm engraving a musical figure with 16 notes in one voice and an eight
note with an accidental in the other. MWE:
%%%
\version "2.23.3"
\language "english"
\relative c'' {
<< { ff16 ( bf ) } \\ { df,8 } >> 8
}
%%%
The chord seems way too close to the bf (see attachment). Is
there a work-aroun
9:26, gmailMpk a écrit :
> Hi,
>
> Is there a way to increase/decrease distance between note-columns to make
> stacked notes closer or further apart?
>
> \version "2.20.0"
> <<
> \voiceOne e'2\\
> \voiceThree c'2
> >>
>
> Thanks,
> Martin
>
>
>
>
Hi,
Is there a way to increase/decrease distance between note-columns to make
stacked notes closer or further apart?
\version "2.20.0"
<<
\voiceOne e'2\\
\voiceThree c'2
>>
Thanks,
Martin
: Phil Holmes; lilypond-user@gnu.org
Sent: Wednesday, November 27, 2019 3:31 PM
Subject: Re: Can \markuplist prduce uneven width columns?
Phil,
Thanks - I've just found that out. There's an unwelcome interaction between
\table and \wordwrap in that the same property - baseline-skip -
Re: Can \markuplist prduce uneven width columns?
If you don't want to alter baseline-skip, you could use combine and vspace:
\version "2.19.52"
\language "english"
\markuplist {
\override #'(line-width . 80)
\override #'(padding . 5)
\override
Phil,
Thanks - I've just found that out. There's an unwelcome interaction between
\table and \wordwrap in that the same property - baseline-skip - is used to
control both the distance between the lines of wordwrapped text and the
distance between the table rows. The defaults give horrible resul
Can \markuplist prduce uneven width columns?
According to the NR, \wordwrap does what you have described:
http://lilypond.org/doc/v2.19/Documentation/notation/formatting-text#text-alignment
--
Phil Holmes
- Original Message -
From: Peter Toye
To: lilypond-user@gnu.org
Marc,
Sorry, I was wrong - it seems that the column widths are adjusted to fit the
text. Maybe a documentation issue.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Wednesday, November 27, 2019, 1:50:01 PM, Marc Mouries wrote:
you can obtain something c
Thanks. I'd already found that, but there's no information on how to vary the
width of the columns. It looks as if they're equally spaced, which is not
useful here.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-
Wednesday, November 27, 2
references in uneven-width word-wrapped columns. The effect I want
> is something like:
>
> Bar 27This text is hopelessly garbled in the sources, which are
> also mutually
>inconsistent. The editor has produced what he hopes is a performable
>version
I'm trying to write some editorial notes for a score, and would like to have
the references in uneven-width word-wrapped columns. The effect I want is
something like:
Bar 27 This text is hopelessly garbled in the sources, which are also mutually
inconsistent. The editor has pro
On Fri, Nov 1, 2019 at 6:05 PM Simon Albrecht
wrote:
> Unfortunately the latter. LilyPond isn’t equipped for that kind of text
> processing; while markuplist can be used for pagebreakable markup, there
> is no way of directing it into columns other than hard-coding breaks,
> splitti
d difficult one.
Unfortunately the latter. LilyPond isn’t equipped for that kind of text
processing; while markuplist can be used for pagebreakable markup, there
is no way of directing it into columns other than hard-coding breaks,
splitting it up and using \line or \table markup (list) commands.
that will, with luck, make the book
shorter) is how to get the table of contents and index to come out in two
columns.
I'm using the built in table of contents facility, and the related snippet
http://lsr.di.unimi.it/LSR/Item?id=763 for an index. While the ToC and
index I'm generating
Hello everyone,
thanks for Your help. Sorry, that I couldn't clearly explain what I wanted,
but Malte (fortunately) had the right idea: I wanted to have more place
after the barline.
The code
> \once \override Staff.BarLine.extra-spacing-width = #'(0 . 11)
>
> did the right thing!
2017-01-
Hi Stefan,
There is something weird indeed with your example. I tested your ME by just
adding it to some other file that was open and there my proposed tweak worked.
But once I made a separate file of it, the tweak did no longer work: the note
column was not shifted at all. Rather mysterious.
So
Am 28.01.2017 um 18:16 schrieb Stefan Thomas:
> the following example shows, that I can't move NoteColumns in two voices
> at the beginning of a measure. It's only possible in one of the voices.
> Has someone an idea for a solution?
Do you want to have more space after the barline? Try the follo
Hi Stefan,
Maybe I misunderstood what it is you want. Anyway, with
\new Staff { \transpose c c' << { \First \First } \\ { \makespace \Second
\makespace \Second } >> }
the c in the first bar is also moved.
Best regards,
Robert Blackstone
On 28 Jan 2017, at 18:16 , Stefan Thomas wrote:
> Dea
Dear community,
the following example shows, that I can't move NoteColumns in two voices at
the beginning of a measure. It's only possible in one of the voices.
Has someone an idea for a solution?
Thanks,
Stefan
\version "2.18.2"
makespace = { \once \override NoteColumn.force-hshift = 11 }
First
Is this a bug/regression? 2.18.2 warns about clashing note columns,
2.19.44 does not.
\version "2.19.44"
<<
c''4
\\
\stemUp a'2
>>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Kieren,
On Sun, Mar 22, 2015 at 7:39 PM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi David,
>
> > Try the attached out. It will only center an object if the contents of
> all staves can reasonably be centered.
>
> So far, I would call that "perfect”! =)
>
oh, it will be br
On Mon, Mar 23, 2015 at 8:47 AM, David Nalesnik
wrote:
> Hi Kieren,
>
> On Sun, Mar 22, 2015 at 7:39 PM, Kieren MacMillan <
> kieren_macmil...@sympatico.ca> wrote:
>
>> Hi David,
>>
>> > Try the attached out. It will only center an object if the contents of
>> all staves can reasonably be center
Hi David,
> Try the attached out. It will only center an object if the contents of all
> staves can reasonably be centered.
So far, I would call that "perfect”! =)
> It would be easy, of course, to define shortcuts for \override/\once
> \override/\revert and the like
As long as that’s all i
ng *shouldn’t*
> be applied, e.g.
>
> \new PianoStaff <<
> \new Staff {
> 1\accent\fermata\f\arpeggio
> c'4 d' e' f'
> R1
> }
> \new Staff {
> R1
> R1
> 1\accent\fermata\f\arpeggio
> }
> \new S
Hi David,
As always, great work! I will use this on all my scores, once it’s “perfect”.
In the meantime, it doesn’t distinguish cases where centering *shouldn’t* be
applied, e.g.
\new PianoStaff <<
\new Staff {
1\accent\fermata\f\arpeggio
c'4 d' e' f'
R1
}
\new Staff {
R1
d in the thread this branched off from).
Here is a sketch of that approach. It doesn't yet allow for the
fine-grained control of the other code.
Note: measures aren't resized. We simply use the available space.
However... one of the nice features of paper columns is that there is
2015-03-01 17:25 GMT+01:00 Dave Higgins :
> I understand using \markup \left-column { this that }.
>
> Is there a way to do that within a \tempo context? Some of that Mahler has
> some long tempo markings.
Sure. Simply do it:
\version "2.18.2"
{
\tempo \markup \left-column { this that }
c''
On Sun, Mar 1, 2015 at 4:25 PM, Dave Higgins wrote:
> I understand using \markup \left-column { this that }.
>
> Is there a way to do that within a \tempo context? Some of that Mahler
> has some long tempo markings.
>
> Is there a way to put a glyph mixed with text into a column command?
> Unico
t; vibes, right? And then, like, the Earth explodes and it's like, a
> serious bummer.
>
> ___
> lilypond-user mailing list
> [hidden email]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
> dave_higgins.vcf (205 bytes) Download Attachment
>
>
> If you reply to
I understand using \markup \left-column { this that }.
Is there a way to do that within a \tempo context? Some of that Mahler
has some long tempo markings.
Is there a way to put a glyph mixed with text into a column command?
Unicode notes work, but they're very small and hard to see.
--
Dav
All right thanks. No more beating head on wall.
S.
On Thu, Mar 13, 2014 at 2:34 AM, David Kastrup wrote:
> Shane Brandes writes:
>
>> Is there way to get footnotes to break into columns after a certain
>> number of them is hit?
>
> No. The page builder has the incl
Shane Brandes writes:
> Is there way to get footnotes to break into columns after a certain
> number of them is hit?
No. The page builder has the inclusion and arrangement of footnotes
hardwired into the C++ core. There is no technical necessity for that,
but that's the current s
Is there way to get footnotes to break into columns after a certain
number of them is hit?
Shane
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Kevin Patrick Barry wrote
> The problem is that the second #:line is
> placed outside the column after it, instead of within it.
you're closing the column after
"5"))
omit one ")" and put it in the end
Eluze
--
View this message in context:
http://lilypon
Hi Kevin,
you can make it a bit easier, if you enter the markup in a #{#} construct:
%%
#(define-markup-command (extender layout props) ()
#:properties ((xLength 4))
(interpret-markup layout props
#{
\markup \concat {
"V" \sup
Dear lilypond users,
I am trying to make a lilypond command for Roman numerals with a length
property that I can override. I have no idea what I'm doing when it comes
to scheme, and I can't seem to get a column to work properly. The function
I am trying to write is below. The problem is that th
Gustar wrote
> I need to have four short pieces arranged on the one landscape page in a
> table-like manner - two rows and two columns. Is it possible?
why not!?
here is a simple example - note I'm using the development version 2.17.15
and this code will _not_ work correctly bef
Hi all,
I need to have four short pieces arranged on the one landscape page in a
table-like manner - two rows and two columns. Is it possible?
Thanks
Milan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo
rsion being 2.15.40.
You're quoting old manuals. See http://lilypond.org/
--
Phil Holmes
- Original Message -
From: Anders Eriksson
To: lilypond-user@gnu.org
Sent: Saturday, June 23, 2012 8:19 AM
Subject: "warning: ignoring too many clashing note columns"
y clashing note
columns" will appear when compiling the LilyPond file."
http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Simultaneous-notes#Suppressing-warnings-for-clashing-note-columns
I understand how to suppress the warnings, but I also would like to
understand why!
//
g loads of:
>
> warning: ignoring too many clashing note columns
>
> The *output* looks fine.
>
> Ah, it seems I found my answer here:
>
> http://lilypond.org/doc/v2.14/Documentation/snippets/simultaneous-notes#suppressing-warnings-for-clashing-note-columns
>
>
> Jus
- Original Message -
From: "Kris Van Bruwaene"
To:
Sent: Saturday, December 10, 2011 12:00 PM
Subject: Re: Clashing note columns
Here is an example.
Kris
http://old.nabble.com/file/p32951130/lilytest.ly lilytest.ly
If you'd cut even more of the code out, you would
Kris Van Bruwaene writes:
>> David Kastrup wrote:
>>>
>>> Kris Van Bruwaene writes:
>>>
I am typesetting a choral piece wich has two voices coming in unisono on
a
single staff, one with a whole note (g1), the other with two half notes
(g2
g2). The whole note and the fi
because the syllable "ia" is too short. How
>> can
>> I solve this?
>
> I can't quite see your example code.
>
> --
> David Kastrup
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
Kris Van Bruwaene writes:
> I am typesetting a choral piece wich has two voices coming in unisono on a
> single staff, one with a whole note (g1), the other with two half notes (g2
> g2). The whole note and the first half note clash at the start of the
> measure. I tried to avoid the clash with t
, probably because the syllable "ia" is too short. How can
I solve this?
Using Lilypond version 2.14.1 on Arch Linux.
--
View this message in context:
http://old.nabble.com/Clashing-note-columns-tp32919673p32919673.html
Sent from the Gnu - Lilypond - User mailing list a
On Nov 24, 2011, at 3:05 PM, Jan-Peter Voigt wrote:
> Hey Mike,
>
> here's one, that splits up strings to columns. So its the other way round
> than your bonus point part. But it should save typing, because
>
> \markup \column { foo bar } \markup \column { who
Hey Mike,
here's one, that splits up strings to columns. So its the other way
round than your bonus point part. But it should save typing, because
\markup \column { foo bar } \markup \column { who what } \markup \column
{ hello world }
turns to
\cols { "foo bar" "wh
hey all,
i have a lot of lyrics in a row where i need them to appear as :
\markup \column { foo bar } \markup \column { who what } \markup \column {
hello world }
To avoid typing the markup command every time, I'd like to do:
\command #"foo" #"bar" \command #"who" #"what" \command #"hello" #"w
Thanks everybody who answered. The trick was to include a \layout
section in each score within the markup. A pity that the headers do
not work when doing this, but \mark \markup {} gave me what I wanted
with some tweaking.
--
Sven Axelsson
++[>++>+++>++>++
>+++
Sven,
On Sun, Oct 30, 2011 at 8:18 PM, Sven Axelsson wrote:
> Is there a way to typeset a number of one line scores within a book in
> two columns?
>
> Ideally I'd like something like
>
> \book {
> \score {}
> \markup {
> \column {
> \score {}
&
Hi Sven,
2011/10/30 Sven Axelsson
> Is there a way to typeset a number of one line scores within a book in
> two columns?
>
> Ideally I'd like something like
>
> \book {
> \score {}
> \markup {
>\column {
> \score {}
> \score
Sven Axelsson-3 wrote:
>
> Is there a way to typeset a number of one line scores within a book in
> two columns?
>
> Ideally I'd like something like
>
> \book {
> \score {}
> \markup {
> \column {
> \score {}
> \score
Is there a way to typeset a number of one line scores within a book in
two columns?
Ideally I'd like something like
\book {
\score {}
\markup {
\column {
\score {}
\score {}
}
\column {
\score {}
\score {}
}
}
}
but that doesn't work, at
)On 20/10/11 20:12, David Bobroff wrote:
On 10/20/2011 8:46 AM, David Bobroff wrote:
In a piece I'm doing in LilyPond I have a lot more single-staff
polyphony than I've dealt with before. I'm getting loads of:
warning: ignoring too many clashing note columns
The *output* l
On 10/20/2011 8:46 AM, David Bobroff wrote:
In a piece I'm doing in LilyPond I have a lot more single-staff
polyphony than I've dealt with before. I'm getting loads of:
warning: ignoring too many clashing note columns
The *output* looks fine.
Example: http://notendur.cent
In a piece I'm doing in LilyPond I have a lot more single-staff
polyphony than I've dealt with before. I'm getting loads of:
warning: ignoring too many clashing note columns
The *output* looks fine.
Example: http://notendur.centrum.is/~bobroff/lily/measure.png
The 'd
Hi Tim,
2011/3/17 Timothy Sheasby :
> From the LilyPond essay I learned that LilyPond deliberately *avoids*
> lining up the staff lines vertically to make the music look more
> like a hand engraved manuscript . . .
No, that's not true! You misunderstood the concept explained in essay.
LilyPond do
}
>>}
>>\column{
>> \score {
>>\new Staff \with { \centeredVAG }
>>{ a }
>>\layout { }
>> }
>>}
>> }
>
very elegant - with this you don't have to spoil your \score!
Eluze
--
Thank you all!
Marek
http://gregoriana.sk
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
From the LilyPond essay I learned that LilyPond deliberately *avoids* lining up
the staff lines vertically to make the music look more like a hand engraved
manuscript . . .
On 17 Mar 2011, at 10:28 PM, Robin Bannister wrote:
> Marek Klein wrote:
>> how can I get the staff-lines vertically alig
Marek Klein wrote:
how can I get the staff-lines vertically aligned?
Here's another padding hack:
\layout { line-width = 6.2\cm ragged-right = ##f }
centeredVAG = \with { \override VerticalAxisGroup #'Y-extent = #'(-8 . 8) }
\markup \fill-line \vcenter {
\column{
\score {
ith-color #white x }
\layout { }
}}
\left-column{
\score {
\new Staff { \once \override TextScript #'padding = #9 a ^\markup
\with-color #white x }
\layout { }
}}
\null
}}}
--
View this message in context:
http://old.nabble.c
Hi all,
how can I get the staff-lines vertically aligned?
\version "2.13.40"
\layout { line-width = 6.2\cm ragged-right = ##f }
\markup \fill-line {
\column{
\score {
\new Staff { c''' }
\layout { }
}
}
\column{
\score {
\new Staf
On Sep 11, 2010, at 6:39 PM, Helge Kruse wrote:
> Hello,
>
> I try to write a guitar score. In some measures I found small parts of
> polyphony. I tried to add temporarily a new voice, but I failed. The example
> below shows the intention. The second (commented) line gives nearly the same
> r
Hello,
I try to write a guitar score. In some measures I found small parts of
polyphony. I tried to add temporarily a new voice, but I failed. The
example below shows the intention. The second (commented) line gives
nearly the same result and Lilypond doesn't show any error. But the g8
should
Hi Fredrik,
To print as many as possible of these, I need to split the page
into two
columns. This is the last thing I need to do, everything else is
working
perfectly. I haven't found anything in the manual, nor in LSR about
how to do
this. Is it possible?
You can always put a \
Hello, me again! I am kinda new to this, so bear with me; I *will* RTFM (and to
some extent I have) thouroughly, but now all I have time for is to skim through
selected parts. In doing this, however, I have found no way of splitting the
page into two columns. My work in Lilypond right now is
Am 2009-05-21 um 02:39 schrieb Wei-Wei Guo:
I'd suggest using LaTeX with lilypond-book or ConTeXt with its
LilyPond
module for stuff like that - at least that's what I do for my
songbooks.
BTW, all these functions are already in the development version of
my OrchestralLily package (also the
Reinhold Kainhofer 写道:
Am Mittwoch, 20. Mai 2009 21:42:53 schrieb fiëé visuëlle:
Am 2009-05-20 um 19:13 schrieb Reinhold Kainhofer:
Actually, both don't really help, since the automatic table of
contents is one
large markup list and you don't know beforehand where it should flow
to the
second c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Mittwoch, 20. Mai 2009 21:42:53 schrieb fiëé visuëlle:
> Am 2009-05-20 um 19:13 schrieb Reinhold Kainhofer:
> > Actually, both don't really help, since the automatic table of
> > contents is one
> > large markup list and you don't know beforehand wh
Am 2009-05-20 um 19:13 schrieb Reinhold Kainhofer:
Actually, both don't really help, since the automatic table of
contents is one
large markup list and you don't know beforehand where it should flow
to the
second column (so you can't automatically split it in half, either).
What is
actually
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Mittwoch, 20. Mai 2009 18:48:06 schrieb Herbert Niemeyer:
> Hi,
>
> have a look at:
> http://lsr.dsi.unimi.it/LSR/Search?q=two+columns
> and
> http://lilypond.org/doc/v2.13/input/lsr/lilypond-snippets/Text#Stand_002dal
>one-
Hi,
have a look at:
http://lsr.dsi.unimi.it/LSR/Search?q=two+columns
and
http://lilypond.org/doc/v2.13/input/lsr/lilypond-snippets/Text#Stand_002dalone-two_002dcolumn-markup
Herbert
Wei-Wei Guo wrote:
Dear all,
I'm working on a songbook, which has many songs. Since the song name
is
Dear all,
I'm working on a songbook, which has many songs. Since the song name is very
short,
it would be better look putting them in two columns. Can I do this?
BTW, how to set vertical space between the title of ToC and the contents? I
tried
tocTitleMarkup = \markup \override #'
with/without ascenders/descenders!
>
In particular I think it's the descenders in the last lines of the stanzas.
Within a column lines of text are aligned by baseline, but the column
itself is just a block whose size depends on details like those
descenders.
One fix is to pad the stanzas
2009/5/8 -Eluze :
>
>
> Sven Siegmund wrote:
>>
>> What exactly are line ascenders/descenders? I don't know what you
>> mean. I will try your suggestions later today.
>>
> ascenders: b,d,f,h,i,k,l,t (+ numbers, question mark, exclamation…)
> descenders: g,j,p,q,y
Yes, and accented uppercase letter
://www.nabble.com/-LilyPond--Unequal-line-spacing-in-columns-tp23436800p2343.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
What exactly are line ascenders/descenders? I don't know what you
mean. I will try your suggestions later today.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
ttached example could confirm this. The length of the columns are
inverted when compared to the original example.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org
\version "2.12.1"
\markup {
\fill-line {
\hspace #0.1 % moves the column off the left margin;
% can be r
1 - 100 of 119 matches
Mail list logo