Hi,
I remember vaguely that one can have a "staff" for the dynamics in an
score, but I can not find it in the documentation of 2.19.82. Can you
please point me to that.
Thanks a lot!
Bernhard
--
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com, www.urseetal.net
-
thunder
Hi Bernhard,
Are you referring to centered dynamics within a piano score in the
snippet repository?
http://lsr.di.unimi.it/LSR/Item?id=357
Take care,
Sam
On 09/17/2018 05:28 AM, Bernhard Kleine wrote:
Hi,
I remember vaguely that one can have a "staff" for the dynamics in an
score, but I
2018-09-17 8:43 GMT+02:00 Urs Liska :
> I have a broken hairpin whose first part is pretty short. As a consequence
> its internal angle looks too wide for my taste (see attached PNG). I would
> like to have the two lines wider apart with a narrower angle to more
> adequately reflect the overall len
Hi Harm,
thanks for this, which gives me a handle to the first part of the
hairpin at least.
But my problem is not solved with the 'height property.
Am 17.09.2018 um 11:49 schrieb Thomas Morley:
2018-09-17 8:43 GMT+02:00 Urs Liska :
I have a broken hairpin whose first part is pretty short.
2018-09-17 11:55 GMT+02:00 Urs Liska :
> thanks for this, which gives me a handle to the first part of the hairpin at
> least.
>
> But my problem is not solved with the 'height property.
[...]
> See my updated example
[...]
I'll have a look in the evening, now I have to run for my regular job ...
I found it.
However without the -"legato" the \f is centered , with the -"legato" it
is not. How to draw them on the same line?
dynOrgel = {
{
s2\f s4-"legato"
}
}
...
\new Dynamics = "dynOrgel" { \dynOrgel }
Am 17.09.2018 um 11:31 schrieb Sam Bivens:
>
> Hi Bernhard,
>
> Are you ref
On 17.09.2018 11:28, Bernhard Kleine wrote:
Hi,
I remember vaguely that one can have a "staff" for the dynamics in an
score, but I can not find it in the documentation of 2.19.82. Can you
please point me to that.
That’s indeed not easy to find, I didn’t in the quick search I just
did… Maybe
Bernhard Kleine wrote
> I remember vaguely that one can have a "staff" for the dynamics in an
> score, but I can not find it in the documentation of 2.19.82. Can you
> please point me to that.
Hi Bernhard,
I guess it's the Dynamics context you're having in mind. And, yes, it's hard
to find in the
urseetal.net
> -
> thunderbird mit enigmail
> GPG schl?ssel: D5257409
> fingerprint:
> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
> -- next part --
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-sig
Dear all,
I stumbled over something that looks like a bug.
If one uses ly:run-translator to process some music a dotted rest
crashes lilypond:
\version "2.19.82"
#(ly:run-translator #{ r2. #} #{ \layout {} #})
The error message is:
Wrong number of arguments to #
Does anybody know a way to circu
Hello all,
Hacklily, an online LilyPond editor, now supports LilyPond 2.19.82. To
use it, go to https://www.hacklily.org and make sure your song includes
a 2.19 version statement (e.g., \version "2.19.82"). I intend to support
the most recent stable and unstable versions going forward.
As al
Hi all,
I'm trying to create a variable to handle a certain type of markup text.
For instance, I'd like percussion strikings to be in small caps above
the staff, and what I really want is to define some sort of macro that
replaces all instances of "\striking { theText }" with
"^\markup\smallC
Hey Joshua
I had a quick look at hacklily and it seems pretty cool!
When you think the project is mature enough, it may be mentioned here:
http://lilypond.org/easier-editing.html
Il giorno lun 17 set 2018 alle 15:19, Joshua Netterfield
ha scritto:
Hello all,
Hacklily, an online LilyPond ed
Hi list,
I have the following problem: I want to use a wrapper for the ly
environment that contains some \layout code, music function definitions
etc. *And* I would like to use lyluatex’s label argument. Any idea how
to do both? The following example shows both a ly environment with label
and
Am 17.09.18 um 16:30 schrieb Malte Meyn:
Hi list,
I have the following problem: I want to use a wrapper for the ly
environment that contains some \layout code, music function definitions
etc. *And* I would like to use lyluatex’s label argument. Any idea how
to do both? The following example
"Marc Evanstein (formerly Evans)" writes:
> Hi all,
>
> I'm trying to create a variable to handle a certain type of markup
> text. For instance, I'd like percussion strikings to be in small caps
> above the staff, and what I really want is to define some sort of
> macro that replaces all instance
Jan-Peter Voigt writes:
> Dear all,
>
> I stumbled over something that looks like a bug.
> If one uses ly:run-translator to process some music a dotted rest
> crashes lilypond:
>
> \version "2.19.82"
> #(ly:run-translator #{ r2. #} #{ \layout {} #})
>
> The error message is:
> Wrong number of arg
Hi Federico,
I think sharing Hacklily on the Easier Editing page would be great! Though
never perfect, I feel that it is mature enough to be helpful. Let me know if
there is anything you would like to see before listing it.
Th
Thanks so much – changing it to define-event-function worked perfectly. Is a
markup considered an "event" rather than "music"? Was define-music-function
somehow returning that event attached to empty music or something?
At any rate, glad to hear that this is getting simpler in the near future, a
Hello.
I've decided to learn a couple of songs on bayan, which is a Russian
chromatic accordion.
Basic bayan bass parts often have a single bass notes followed by a
chord, e. g.:
\new ChordNames {
d \chordmode { d:m/a } f, q d q f, q e, \chordmode { e:7^5/gis }
gis, q e, q gis, q
}
"Marc Evanstein" writes:
> Thanks so much – changing it to define-event-function worked
> perfectly. Is a markup considered an "event" rather than "music"?
No. But ^\markup ... is.
> Was define-music-function somehow returning that event attached to
> empty music or something?
The decision wh
2018-09-17 12:05 GMT+02:00 Thomas Morley :
> 2018-09-17 11:55 GMT+02:00 Urs Liska :
>> thanks for this, which gives me a handle to the first part of the hairpin at
>> least.
>>
>> But my problem is not solved with the 'height property.
> [...]
>
>> See my updated example
> [...]
>
> I'll have a loo
2018-09-17 12:40 GMT+02:00 Bernhard Kleine :
> I found it.
> However without the -"legato" the \f is centered , with the -"legato" it is
> not. How to draw them on the same line?
>
> dynOrgel = {
> {
>s2\f s4-"legato"
> }
> }
>
\new Dynamics = "dynOrgel"
\with { \override TextScript.
%%
\version "2.19.82"
\language "english"
\score {
\new Staff \with { \accidentalStyle modern } {
\relative {
\time 9/8
e''8 fs gs a b c d e fs | g8 fs e d c b a g fs |
} } }
%%
In the above example, a cautionary natural is given to the pen
Am 17.09.18 um 23:38 schrieb David Sumbler:
What is the simplest way of preventing the accidental from being
printed?
\once \omit Accidental
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On 2018-09-17 2:38 pm, David Sumbler wrote:
%%
\version "2.19.82"
\language "english"
\score {
\new Staff \with { \accidentalStyle modern } {
\relative {
\time 9/8
e''8 fs gs a b c d e fs | g8 fs e d c b a g fs |
} } }
%%
In the above exa
On 17.09.2018 19:13, sg2002 wrote:
\new ChordNames {
d \chordmode { d:m/a } f, q d q f, q e, \chordmode { e:7^5/gis }
gis, q e, q gis, q
}
Since chords are often inverted and I'm not a proficient player by any
means, having chord is nice. On the other hand I have no problems
sight read
Currently running ChordNames on the example I presented produces this:
D Dm/A F Dm/A D Dm/A F Dm/A E E7/G# G# E7/G# E E7/G# G# E7/G#
That's too much clutter for me so I would prefer only seeing the chords:
Dm/A Dm/A Dm/A Dm/A E7/G# E7/G# E7/G# E7/G#
Even better if the output could only have the ch
On 18.09.2018 00:21, sg2002 wrote:
Currently running ChordNames on the example I presented produces this:
D Dm/A F Dm/A D Dm/A F Dm/A E E7/G# G# E7/G# E E7/G# G# E7/G#
That's too much clutter for me so I would prefer only seeing the chords:
Dm/A Dm/A Dm/A Dm/A E7/G# E7/G# E7/G# E7/G#
Even better
On 2018-09-17 3:21 pm, sg2002 wrote:
Currently running ChordNames on the example I presented produces this:
D Dm/A F Dm/A D Dm/A F Dm/A E E7/G# G# E7/G# E E7/G# G# E7/G#
That's too much clutter for me so I would prefer only seeing the
chords:
Dm/A Dm/A Dm/A Dm/A E7/G# E7/G# E7/G# E7/G#
Even bet
Thomas Morley-2 wrote
> 2018-09-17 12:40 GMT+02:00 Bernhard Kleine <
> bernhard.kleine@
> >:
>> I found it.
>> However without the -"legato" the \f is centered , with the -"legato" it
>> is
>> not. How to draw them on the same line?
>>
>> dynOrgel = {
>> {
>>s2\f s4-"legato"
>> }
>> }
31 matches
Mail list logo