Dirck Nagy writes:
> Hi all
>
> I know this is highly unusual, but is there a way to add parentheses
> around the DOT ONLY after the notehead?
>
> see following image:
>
> [cid:85851784-8a26-48b0-b2b4-b9a8e03b517c]
> FYI, I have a piece with sequences of octaves. Every instance has a
> note valu
On 2024-05-01 12:18 am, David Kastrup wrote:
{
\tweak Dots.extra-spacing-width #'(.2 . .2)
4.
}
Wish I could get the actual dots to move, but maybe someone else has an
idea for that.
Looks like the DotColumn is controlling things. This seems to work:
{
\once \override Staff.DotCo
Else{ \once \override Parentheses.padding = #-0.01 4.}
Le mercredi 1 mai 2024 à 10:22:02 UTC+2, Aaron Hill
a écrit :
On 2024-05-01 12:18 am, David Kastrup wrote:
> {
> \tweak Dots.extra-spacing-width #'(.2 . .2)
> 4.
> }
>
> Wish I could get the actual dots to move, but maybe so
Am So., 28. Apr. 2024 um 22:34 Uhr schrieb Hwaen Ch'uqi :
>
> I suppose I spoke too soon, for when I compiled the code, the result was
> actually the same.
>
> HC
>
>
> On Sun, Apr 28, 2024 at 7:47 AM Hwaen Ch'uqi wrote:
>>
>> Indeed, that helps tremendously. Thank you so much!!!
>>
>> Hwaen Ch'u
Hello David and Klaus,
A further improvement is to add colors with alpha channel.
I therefore replaced (see the attached file):
(if filled
(ly:make-stencil (list 'color fill-color
(list 'round-filled-box
(- (- (car xext
To the author of the new LSR snippet 1187 "New pitch language"
https://lsr.di.unimi.it/LSR/Item?u=1&id=1187
You add your new language to "nederlands", thus
\language "alpha"
returns a warning:
warning: Could not find language `alpha'. Ignoring.
Please fix or delete that line.
Furthermore, I thin
Hi Paolo,
But the alpha channel is ignored...
Is there a way to fix this?
AFAIK LilyPond cannot deal with alpha transparency at all. The
impression of transparency is only achieved by placing the boxes in a
layer behind the staff.
I therefore replaced (see the attached file):
(if
Thank you so much Aaron,
How could I have *never* used chain-assoc-get. I've read the docs about it
since then. I also used (display props) to know what was available (which
by itself was instructing).
Again, I'm very grateful for your help.
Le lun. 29 avr. 2024, à 12 h 43, Aaron Hill a
écrit :
Hi,I live in Paris. I'm a composer. This discussion is really
interesting. I came back to lilypond a few month ago because there is no
language better than Lilypond dealing with code. I'm not interested in
those WYSIWYG. But I also came back because I have a really good tool
for Lilypond you di
Yes, I also use that combo. It's fantastic, but you'd have to be willing to
invest some time to climb the admittedly steep learning curve of (neo)vim.
However, it's a time investment that pays off massively, so I recommend it
heartily!
Kenneth
Roosna & Flak
Contemporary Dance & Music
https://
> Yes, I also use that combo. It's fantastic, but you'd have to be
> willing to invest some time to climb the admittedly steep learning
> curve of (neo)vim. However, it's a time investment that pays off
> massively, so I recommend it heartily!
Maybe one of you two can provide some text for
ht
I have this music to engrave, note the slur:
I tried different approaches but cannot get that slur. This is my code, with
two examples:
\version "2.25.14"
\language "english"
global = {
\key ef \minor
\time 3/4
}
first_example = \relative c' {
\clef treble
\global
<<
{bf'4 \once
Hi Robert,
> I tried different approaches but cannot get that slur.
\version "2.25.14"
\language "english"
global = {
\key ef \minor
\time 3/4
}
\relative c' {
\clef treble
\global
<<
{ bf'4 cf2 \tweak staff-position #5.1 ~ | 8 8 r8 r8 }
\\
{ d4 d2( | \hideNotes ef8) }
On 01/05/2024 21:57, Robert Garrigos wrote:
Why is not the first example working? I tried with explicit voicing with the
same results.
Thanks.
Robert
The slur starts at the d2 so must be placed with that note following the
pitch and duration,
{ d4 d2( | \hideNotes ef8)}
--
Timothy Lanfea
On Wed, May 1, 2024 at 1:59 PM Robert Garrigos wrote:
> I have this music to engrave, note the slur:
> [...]
> Why is not the first example working? I tried with explicit voicing with
> the same results.
>
Slurs in LilyPond are "post events", meaning they always go *after* the
note. So if you
Timothy,
Perhaps this?
Mark
\version "2.24.3"
\relative c' {
\time 3/4
<<{b'4 c2~ | 8 [q]} \\
{d4 d2 (| \stemUp e4)}>> r8 r |
}
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
On Behalf Of Timothy
Lanfear
Sent: Wednesday, May 1, 2024 2:15 PM
To: Robert
On 2024-05-01 12:38, Werner LEMBERG wrote:
Maybe one of you two can provide some text for
https://lilypond.org/doc/v2.24/Documentation/web/easier-editing
It happens that my first contribution to the Lilypond documentation was
a rewrite of the Easier Editing section, some 14 years ago or s
>> Maybe one of you two can provide some text for
>>
>>https://lilypond.org/doc/v2.24/Documentation/web/easier-editing
>
> It happens that my first contribution to the Lilypond documentation
> was a rewrite of the Easier Editing section, some 14 years ago or
> so.
Aaah :-)
> If either or b
OK, giving it a shot... Feel free to edit as needed!
Kenneth
Neovim
https://neovim.io
Neovim is a minimal text editor and fork of vim. It is highly extensible and
configurable through the vimscript and lua programming languages. Lilypond
support is provided by the nvim-lilypond-suite plugin
Oh this is a bit embarrassing, such a basic error….. sorry, I never realized
that the parenthesis needs to be right after the first note.
Thanks all.
Robert
> El 2 maig 2024, a les 2:49, Mark Stephen Mrotek va
> escriure:
>
> Timothy,
>
> Perhaps this?
>
> Mark
>
> \version "2.24.3"
>
20 matches
Mail list logo