Hi Harm,
Le mar. 14 juil. 2020 à 02:26, Thomas Morley a
écrit :
> I now added "SpanBar" to the snippets description.
> Alas, it still isn't found while searching for SpanBar, maybe some
> delay in LSR ...
>
Yep, it works! Thank you Harm,
Cheers,
Pierre
Am Mo., 13. Juli 2020 um 13:46 Uhr schrieb Pierre Perol-Schneider
:
>
> Hi again,
> Either "span bar" or "spanbar" in the LSR search box do not show this snippet.
> Could we change the snippet description and add those words?
> TIA, cheers,
> Pierre
The LSR search box is a little strange, imho.
Wi
Harm, you are amazing!
Maybe too good -- you lower the pressure to fix LilyPond!
Thanks for all you do!
Carl
On 7/13/20, 6:16 PM, "Thomas Morley" wrote:
Am Mo., 13. Juli 2020 um 19:40 Uhr schrieb Carl Sorensen
:
>
> Hi Ernie,
>
> On Mon, Jul 13, 2020 at 7:03 AM Ernie Braganza
> wrote:
>>
Am Mo., 13. Juli 2020 um 19:40 Uhr schrieb Carl Sorensen
:
>
> Hi Ernie,
>
> On Mon, Jul 13, 2020 at 7:03 AM Ernie Braganza
> wrote:
>>
>> Hello,
>>
>> How can I stop the repeated chord name after the line break?
>> I thought the break-visibility settings for ChordName would work, for
>> example
Andrew Bernard writes:
> The MWE would just be a standard 4 part quartet score, as per any
> standard example. I did not see that that would help in any way.
As I said: having to write a "standard" 4 part quartet score or not
(possibly just to be told that the OP writes their standard 4 part
qua
On Mon, Jul 13, 2020 at 12:00 AM Urs Liska wrote:
> Am Sonntag, den 12.07.2020, 23:18 -0700 schrieb Flaming Hakama by Elaine:
>
>
> -- Forwarded message --
> From: Urs Liska
> To: "lilypond-user@gnu.org"
> Date: Sun, 12 Jul 2020 15:38:03 +0200
> Subject: Naming RFC: Properties,
Hi Ernie,
On Mon, Jul 13, 2020 at 7:03 AM Ernie Braganza
wrote:
> Hello,
>
> How can I stop the repeated chord name after the line break?
> I thought the break-visibility settings for ChordName would work, for
> example setting the beginning-of-line-invisible value to false:
> \override Score.C
The MWE would just be a standard 4 part quartet score, as per any
standard example. I did not see that that would help in any way. The
question was to ask if it can be done.
Andrew
Reply received off-list. Copying to list for record:
> On 13 Jul, 2020, at 10:58 AM, Urs Liska wrote:
>
> Hi Samuel,
>
> Am Montag, den 13.07.2020, 10:00 -0400 schrieb Fr. Samuel Springuel:
>> So, if I've taken in the whole conversation, then the situation you
>> have is as follows:
>
> I'd s
So, if I've taken in the whole conversation, then the situation you have is as
follows:
1) property sets define a list of properties and give them default values (so
that you never have a valid property without a current value)
2) a “preset” can change the values of properties in a property set
Hello,
How can I stop the repeated chord name after the line break?
I thought the break-visibility settings for ChordName would work, for
example setting the beginning-of-line-invisible value to false:
\override Score.ChordName.break-visibility = ##(#t #t #f)
but that does not have any effect at
Andrew Bernard writes:
> I have a string quartet score. At one point for a certain time the
> cello goes into 3/4 and not strictly sync'd with the other strings
> which are in 7/4. Is it possible to turn off the span bars just and
> only between the viola and cello?
>
> I don't think this needs a
Hi again,
Either "span bar" or "spanbar" in the LSR search box do not show this
snippet.
Could we change the snippet description and add those words?
TIA, cheers,
Pierre
Le lun. 13 juil. 2020 à 13:33, Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com> a écrit :
> Hi Harm,
> Ok, for some r
Hi Harm,
Ok, for some reason I could not find it.
I'll delete the snippet.
Cheers,
Pierre
Le lun. 13 juil. 2020 à 13:23, Thomas Morley a
écrit :
> Am Mo., 13. Juli 2020 um 12:43 Uhr schrieb Pierre Perol-Schneider
> :
> >
> > Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1117
> > Cheers,
>
Am Mo., 13. Juli 2020 um 12:43 Uhr schrieb Pierre Perol-Schneider
:
>
> Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1117
> Cheers,
> Pierre
Hi Pierre,
we've already the doc-tagged
http://lsr.di.unimi.it/LSR/Item?id=686
"Removing connecting bar lines on StaffGroup, PianoStaff, or GrandSta
Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1117
Cheers,
Pierre
On 13/07/20 10:29, Urs Liska wrote:
> Am Montag, den 13.07.2020, 19:02 +1000 schrieb Andrew Bernard:
>> Property subset is good.
>>
>
> In a way, yes, namely by keeping within the semantic domain.
> However, while a property set actually defines the available properties
> (along with predicates an
Hello,
I'm having problems inserting a long dynamic spanner. It spans a total of
about 16 bars starting with pp and ending with ff. In between I need dashes
with regular spaced words: "cresc. poi a poco a poco sino al".
I know how to do this with only 2 words where the first word goes into the
Te
Am So., 12. Juli 2020 um 13:46 Uhr schrieb David Kastrup :
> Skips aren't grobs, are they?
Regrettable, this is showstopper.
The new spanner-grob I try to code, should be able to pass skips
(unless forced to behave differently).
In some regard it's like Glissando:
{ b1\glissando s1 \new Voice { d
Hi Andrew,
How about:
\version "2.20.0"
\layout {
\context {
\Score
\name Score
\accepts QuartetGroup
}
\context {
\StaffGroup
\name QuartetGroup
\accepts TrioGroup
}
\context {
\StaffGroup
\override SpanBar.transparent = ##f
\name TrioGroup
\rem
Am Montag, den 13.07.2020, 19:02 +1000 schrieb Andrew Bernard:
> Property subset is good.
>
In a way, yes, namely by keeping within the semantic domain.
However, while a property set actually defines the available properties
(along with predicates and default values) the "preset" is concerned
wit
Property subset is good.
I also thought of 'selection' - a set of items selected from a larger group.
Andrew
On 13/07/20 03:16, Andrew Bernard wrote:
> Hi Urs,
>
> Great work. I have an issue with 'preset'. If you look at software
> synths, for example, they can store and load 'presets' but these are
> _all_ the parameters for a patch. I don't ever think the word preset
> means a subset of a set of setti
Am Montag, den 13.07.2020, 16:47 +1000 schrieb Andrew Bernard:
> No to flavor - US spelling! Color is bad enough. Heigh ho and a tra
> la
> la. :-)
>
LOL.
> I don't think the particle analogy holds either.
I don't think this analogy is needed. The colloquial meaning of
different flavo(u)rs of,
Am Sonntag, den 12.07.2020, 23:18 -0700 schrieb Flaming Hakama by
Elaine:
> > -- Forwarded message --
> > From: Urs Liska
> > To: "lilypond-user@gnu.org"
> > Date: Sun, 12 Jul 2020 15:38:03 +0200
> > Subject: Naming RFC: Properties, property sets, presets
> > Hi all,
> >
> >
> >
25 matches
Mail list logo