Op 4-12-2016 om 18:04 schreef Richard Shann:
I can't (*) give you detailed advice for doing this within LilyPond (I
think you would need \tag for the different bits), but one thing to
watch for is the bar numbering: the version with first & second time
bars may have different bar numbers from th
I've googled for this, and looked through the lilypond snippets repository,
and can't find anything.
I'm trying to insert instructions mixed up with lyrics. Actually its just
the name of the singer, but the name changes half-way through and changing
vocalName doesn't seem to do the right thing.
Am 05.12.2016 12:38 nachm. schrieb Tom Cook :I've googled for this, and looked through the lilypond snippets repository, and can't find anything.I'm trying to insert instructions mixed up with lyrics. Actually its just the name of the singer, but the name changes half-way through and changing voca
Il giorno dom 4 dic 2016 alle 22:19, Urs Liska ha
scritto:
Otherwise you may try pinning a package in a different repository.
I must say I'm a little bit worried because it's not just PyQt but
also
Qt itself and IISC a number of other things that all have to match.
But
I must admit I don't
> I'm trying to insert instructions mixed up with lyrics. Actually its just
> the name of the singer, but the name changes half-way through and changing
> vocalName doesn't seem to do the right thing.
A minimal example would be helpful...
...but you probably want to try \shortVocalName
HTH,
Mich
On Mon, 5 Dec 2016 at 12:14 wrote:
>
>
> Am 05.12.2016 12:38 nachm. schrieb Tom Cook :
>
> I've googled for this, and looked through the lilypond snippets
> repository, and can't find anything.
>
> I'm trying to insert instructions mixed up with lyrics. Actually its just
> the name of the singer
On Mon, 5 Dec 2016 at 12:19 Gerdau, Michael wrote:
> > I'm trying to insert instructions mixed up with lyrics. Actually its
> just
> > the name of the singer, but the name changes half-way through and
> changing
> > vocalName doesn't seem to do the right thing.
>
> A minimal example would be hel
Hi Tapani!
Two problems:
1. I'm producing a hymnal with 100s of entries. To keep things tidy, those
hymns are in separate .ly files, and I then use lilypond-book to compile
them into one document. To embed every music file in a single (massive) .tex
document is not realistic at this stage of the
Dear lilyponders:
Is it possible to box (or circle, triangle) the stanza text. it is a bold text
now.
Immanuel,Ming___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Dear Immanuel,Ming
please always try to create a minimal working example (MWE).
> Is it possible to box (or circle, triangle) the stanza text. it is a bold
> text now.
You can use any markup, e.g. this:
%%%
\version "2.19.51"
music = \repeat unfold 10 { c' }
lyric = \lyric
Dear Michael,
Thank you very much for answering mu question. Thank you for showing me a
sample MME that I will remember next time I ask question to the list.
Ming
From: "Gerdau, Michael"
To: Lilypond-usermailinglist ; MING TSANG
Sent: Monday, December 5, 2016 8:22 AM
Subject: Re: s
Hi, I am a new user of Lilypond.
Since on the topic of finger: As Frescobaldi has a tool of Quick remove
fingering, is there is a way a snippet to automatically add fingering of
numeric tonic name).
I understand this may be under keybord data-entry issue not a engraver
issue?
ching
%
Hi all,
I don't seem to find the right thing, neither in the docs, the LSR nor
the list archive. I need to put square brackets around some accidentals
in order to differentiate them from default parentheses.
I don't find the way to create the respective stencil for this.
It has to be possible to
Hey!
Total hack, but if you check out scm/stencil.scm, you’ll see how parentheses
are made…
(define-public (parenthesize-stencil
stencil half-thickness width angularity padding)
"Add parentheses around @var{stencil}, returning a new stencil."
(let* ((y-extent (ly:stencil-exte
Am 05.12.2016 um 13:15 schrieb Federico Bruni:
> Il giorno dom 4 dic 2016 alle 22:19, Urs Liska ha
> scritto:
>>> Otherwise you may try pinning a package in a different repository.
>>
>> I must say I'm a little bit worried because it's not just PyQt but also
>> Qt itself and IISC a number of oth
This question arises out of a problem I had in the piece I am currently
setting. I have certain marks I wish to appear above a bar-line. I
want one of them to appear only in the lower stave. In this particular
instance I can get the result I want thus:
%%
\version "2.19.48"
\language "
Il giorno lun 5 dic 2016 alle 16:14, Urs Liska ha
scritto:
Thank you for this explanation, which I could conveniently follow.
Until:
Now the problem is how many dependencies you need to upgrade and the
conflicts that will occur.
Well, the first thing was that I would have to pin the python
Hello all,
I'm trying to typeset a piece where one player has an unmetered cadenza
while every other player rests. I'm trying to use mmrest-of-length to
generate the rests, but if I use \cadenzaOn, I get the error "programming
error: Multi_measure_rest::get_rods (): I am not spanned!" and the rest
On 12/03/2016 04:24 PM, Graham Percival wrote:
On Thu, Dec 01, 2016 at 08:10:17PM -0500, Paul wrote:
I just wish that working with texinfo (for the website) was more intuitive
for contributors who know HTML but not texinfo. For example, an HTML
element with an id and also a number of classes,
Oops.
Am 05.12.2016 um 16:54 schrieb Urs Liska:
> Maybe there are other risks stemming from the fact that
... my current setup doesn't refer to vanilla Debian only but has been
tailored by the Mint developers?
___
lilypond-user mailing list
lilypond-u
Am 05.12.2016 um 16:37 schrieb Federico Bruni:
> Il giorno lun 5 dic 2016 alle 16:14, Urs Liska ha
> scritto:
>> Thank you for this explanation, which I could conveniently follow.
>> Until:
>>
>>>
>>> Now the problem is how many dependencies you need to upgrade and the
>>> conflicts that will oc
Il giorno lun 5 dic 2016 alle 16:54, Urs Liska ha
scritto:
I don't worry about the stability of Debian testing but would like to
be
somewhat assured about the process of switching to it. IIUC it
basically
boils down to switching the package repositories from stable to
testing
and upgrading wi
Urs,
On Mon, Dec 5, 2016 at 7:54 AM, Mike Solomon [via Lilypond] <
ml-node+s1069038n197630...@n5.nabble.com> wrote:
> Hey!
>
> Total hack, but if you check out scm/stencil.scm, you’ll see how
> parentheses are made…
>
> (define-public (parenthesize-stencil
> stencil half-thickness
Hi Urs,
On Mon, Dec 5, 2016 at 10:30 AM, tisimst wrote:
> Urs,
>
> On Mon, Dec 5, 2016 at 7:54 AM, Mike Solomon [via Lilypond] <[hidden email]>
> wrote:
>>
>> Hey!
>>
>> Total hack, but if you check out scm/stencil.scm, you’ll see how
>> parentheses are made…
>>
>> (define-public (parenthesize-st
On 12/5/16 8:29 AM, "David Sumbler" wrote:
>But this second method can't, so far as I can see, be used with a Score
>context, because '\new \Score' is not allowed. Can Score plug-ins only
>be added or removed within a \layout block?
I believe you are correct here.
>
>2) More importantly, is
On 04.12.2016 23:45, Gianmaria Lari wrote:
Any reason why you use attachment instead to directly copy and paste
your code? I was thinking that for snippet was better the latter
because the user can read the code without having to open the file
Good causes can be made for both. Using attach
On 05.12.2016 14:03, MING TSANG wrote:
Dear lilyponders:
Is it possible to box (or circle, triangle) the stanza text. it is a
bold text now.
To make it non-bold (medium), you can either use
\set stanza = \markup { \box \normal-text "1." }
or
\layout {
\context {
\Lyrics
\override S
On Mon, Dec 5, 2016 at 11:34 AM, SoundsFromSound
wrote:
> David Nalesnik wrote
>> Haven't examined the other alternatives proposed, but here's something
>> I just did. It's based on a rewrite of functions in
>> lily/accidental.cc
>>
>> HTH,
>> David
>>
>> _
David Nalesnik wrote
> Haven't examined the other alternatives proposed, but here's something
> I just did. It's based on a rewrite of functions in
> lily/accidental.cc
>
> HTH,
> David
>
> ___
> lilypond-user mailing list
> lilypond-user@
> https://
On Mon, Dec 5, 2016 at 11:39 AM, David Nalesnik
wrote:
> On Mon, Dec 5, 2016 at 11:34 AM, SoundsFromSound
> wrote:
>> David Nalesnik wrote
>>> Haven't examined the other alternatives proposed, but here's something
>>> I just did. It's based on a rewrite of functions in
>>> lily/accidental.cc
>>>
Nick Baskin wrote
> Hello all,
>
> I'm trying to typeset a piece where one player has an unmetered cadenza
> while every other player rests. I'm trying to use mmrest-of-length to
> generate the rests, but if I use \cadenzaOn, I get the error "programming
> error: Multi_measure_rest::get_rods (): I
On Mon, Dec 5, 2016 at 1:16 PM, SoundsFromSound
wrote:
> Nick Baskin wrote
> > Hello all,
> >
> > I'm trying to typeset a piece where one player has an unmetered cadenza
> > while every other player rests. I'm trying to use mmrest-of-length to
> > generate the rests, but if I use \cadenzaOn, I ge
On 05.12.2016 18:58, PMA wrote:
On 12/05/2016 11:51 AM, Carl Sorensen wrote:
On 12/5/16 8:52 AM, "PMA" wrote:
On 12/04/2016 12:40 PM, PMA wrote:
Come to think of it, "*spacer rest*" instead actually comes closer --
assuming anyway somewhere a strict definition.
P
..."closer", i.e., in de
Nick Baskin wrote
> On Mon, Dec 5, 2016 at 1:16 PM, SoundsFromSound <
> soundsfromsound@
> >
> wrote:
>
>> Nick Baskin wrote
>> > Hello all,
>> >
>> > I'm trying to typeset a piece where one player has an unmetered cadenza
>> > while every other player rests. I'm trying to use mmrest-of-length t
In this code, the spacer rest takes up space in the proportional spacing
code. (modified from
http://lilypond.org/doc/v2.19/Documentation/notation/proportional-notation)
So I'm not sure what happened to your code.
%%%
\score {
<<
\new RhythmicStaff {
c2 16 16 16 16 \tuplet 5/4 { 16 1
Am 05.12.2016 um 17:13 schrieb Federico Bruni:
> Il giorno lun 5 dic 2016 alle 16:54, Urs Liska ha
> scritto:
>> I don't worry about the stability of Debian testing but would like to be
>> somewhat assured about the process of switching to it. IIUC it basically
>> boils down to switching the pac
I don’t understand why you keep going off-list with this.
Best, Simon
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
My apologies, Simon. Just now registered your first request.
Will reform.
On 12/05/2016 03:42 PM, Simon Albrecht wrote:
I don’t understand why you keep going off-list with this.
Best, Simon
___
lilypond-user mailing list
lilypond-user@gnu.org
https:
2016-12-05 16:52 GMT+01:00 Brin Solomon :
> Hello all,
>
> I'm trying to typeset a piece where one player has an unmetered cadenza
> while every other player rests. I'm trying to use mmrest-of-length to
> generate the rests, but if I use \cadenzaOn, I get the error "programming
> error: Multi_measu
2016-12-04 17:50 GMT+01:00 Carl Sorensen :
>
>
> On 12/3/16 7:12 AM, "PMA" wrote:
>
>>
>>With such a simple solution (my using 'r' instead & setting
>>rests to transparent), I'm not inclined to pursue the issue.
>
> I suspect (although I haven't tried it) that using 'r' and setting the
> stencil t
2016-12-05 16:29 GMT+01:00 David Sumbler :
> But two questions have occurred to me arising out of this.
>
> 1) Plug-ins for most contexts can be added or removed either in a
> \layout block, as above, or when creating the context, e.g.
>
> \new \Staff \with { consists Mark_engraver }
This is inva
2016-12-02 0:43 GMT+01:00 Noeck :
> Hi Harm,
>
> hm, I am still not getting what I want. I fear that's what you meant by
> the limitations concerning the $defaultheader.
Yep.
\headers can be set at very different levels, I simply don't know how
to catch others than the first instance at toplevel.
On Mon, Dec 5, 2016 at 4:35 PM, Thomas Morley
wrote:
> 2016-12-05 16:52 GMT+01:00 Brin Solomon :
> > Hello all,
> >
> > I'm trying to typeset a piece where one player has an unmetered cadenza
> > while every other player rests. I'm trying to use mmrest-of-length to
> > generate the rests, but if
2016-12-06 0:48 GMT+01:00 Brin Solomon :
>
>
> On Mon, Dec 5, 2016 at 4:35 PM, Thomas Morley
> wrote:
>>
>> 2016-12-05 16:52 GMT+01:00 Brin Solomon :
>> > Hello all,
>> >
>> > I'm trying to typeset a piece where one player has an unmetered cadenza
>> > while every other player rests. I'm trying to
On Mon, Dec 5, 2016 at 7:37 PM, Thomas Morley
wrote:
> 2016-12-06 0:48 GMT+01:00 Brin Solomon :
> >
> >
> > On Mon, Dec 5, 2016 at 4:35 PM, Thomas Morley
> > wrote:
> >>
> >> 2016-12-05 16:52 GMT+01:00 Brin Solomon :
> >> > Hello all,
> >> >
> >> > I'm trying to typeset a piece where one player
Hi David,
Am 05.12.2016 um 17:41 schrieb David Nalesnik:
> Hi Urs,
>
> On Mon, Dec 5, 2016 at 10:30 AM, tisimst wrote:
>> ...
> Haven't examined the other alternatives proposed, but here's something
> I just did. It's based on a rewrite of functions in
> lily/accidental.cc
>
> HTH,
> David
Tha
Hi,
Can someone please provide me a hint about how to build LilyPond.app
on macOS (natively, without any cross-compiling, ideally without
compiling any dependencies like ghostscript etc.)?
I checked lilypond-2.19.51.tar.gz, but it's not clear to me where the
sources for that would be. There is no
Hi Mojca,
> Can someone please provide me a hint about how to build LilyPond.app
> on macOS (natively, without any cross-compiling, ideally without
> compiling any dependencies like ghostscript etc.)?
you won't like this:
It is not meant to be compiled natively.
If you want to do that anyway you
48 matches
Mail list logo