Hi Walt,
> I have a case where for vocalist I want to show melody and lyrics while for
> guitar player just the chords and lyrics. I was thinking I could use
> nullvoice to align the lyrics for Both. But Nullvoice is insisting on
> showing an empty staff. I've tried using removeallemptystave
Hey there,
Glad to be here!
I just hit a wall I absolutely can't get my head around. Indeed, I'm using 2
voices to write drums and I'd like to have an alternative beginning. Here's
what I have so far:
```ly
\score {
<<
\new DrumStaff {
\set DrumStaff.instrumentName = #"TEST-ALT-BEG"
\set Drum
Hi Dimitri,
> \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing .
> 0.8) footnote text. }
This doesn’t compile by itself.
Adding \markup to it makes it compilable, but doesn’t demonstrate a multi-line
footnote (which is, I’m guessing, what you’re trying to work with).
P
Hi everybody,
I'm trying to find the right option to make sure that the bar spacing
follows the length of a text markup.
See this example: if it's one bar long it works, if 2 or more it doesn't.
\version "2.25.19"
\score {
<<
\new StaffGroup <<
\new Staff = "upper" {
c'4 -\mar
Hi there,
> When compiling, I get no error...
Hmmm… the code you posted throws an error for me.
In any case, I really couldn’t wrap my head around your code structure, so I
tried to reorganize it in a way that made sense to me:
%%% SNIPPET BEGINS
\version "2.25.11"
global = {
\bar ".|:-|"
On Tue, 17 Sept 2024 at 01:39, Dimitri Sykias wrote:
>
> How can I reduce the vertical spacing between the lines in a
auto-footnote?
>
> I attempted the following code to reduce the spacing:
>
> \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing
. 0.8) footnote text. }
>
> Ho
It's a while since I did much on Lilypond, but I have now started a new
small project. I am running xubuntu 24.04, and to keep things simple I
have installed Lilypond from the distro's repository - version 24.3,
which is pretty up to date. There seem to be quite a lot of new
features in Lilypond
That works. Thanks.
On 9/17/2024 1:34 AM, Kieren MacMillan wrote:
Hi Walt,
I have a case where for vocalist I want to show melody and lyrics while for
guitar player just the chords and lyrics. I was thinking I could use nullvoice
to align the lyrics for Both. But Nullvoice is insisting on
On Tue, Sep 17, 2024 at 6:41 AM David Sumbler wrote:
> I am trying to set a simple piece in ternary form. I want a light double
> bar (thin-thin) at the end of the 'A' section with a "Fine" marking, and at
> the end of the 'B' section I want a full (thin-thick) double bar with
> "D.C." marked (o
Dear community,
if I want to simulate plucked strings of different thickness in csound, how
could I achieve this?
Which opcode for physical modelling (plucked, wgpluck, etc.) should I use
for this?
On Tue, 17 Sept 2024 at 17:03, Knute Snortum wrote:
>
> Here's what I came up with:
Hello,
Actually there is a property for the fine bar type.
\set Score.fineBarType = "||"
and you don't need to put explicitly the \bar "||" at Fine.
Kind regards,
Xavier
Is this possible? I have a case where I want to have a Chord and Lyrics
sheet with some occasional hints to Guitar player on melody fills
scattered here and there. The lilypond docs show examples with Staff
but not with Lyrics.
This gives me the staff but the notes do not show.
I've also tr
On Tue, 17 Sept 2024 at 21:12, Walt North wrote:
>
> Is this possible? I have a case where I want to have a Chord and Lyrics
sheet with some occasional hints to Guitar player on melody fills scattered
here and there. The lilypond docs show examples with Staff but not with
Lyrics.
Hello,
That's
Excellent.
On 9/17/2024 12:24 PM, Xavier Scheuer wrote:
On Tue, 17 Sept 2024 at 21:12, Walt North wrote:
>
> Is this possible? I have a case where I want to have a Chord and
Lyrics sheet with some occasional hints to Guitar player on melody
fills scattered here and there. The lilypond docs
Hi Kieren,
Thanks a lot for your answer, unfortunately it still gives me the same results.
Sorry for the lack of precision in my first message. You just made me realize
that, while I tried to remove any variable to avoid confusion, I forgot to
include 2 `\drummode`.
Here are actual files to t
Thank you very much Xavier!
> On 17 Sep 2024, at 1:41 PM, Xavier Scheuer wrote:
>
> override #'(baseline-skip . 3)
On Tue, Sep 17, 2024 at 12:11 PM Xavier Scheuer wrote:
> On Tue, 17 Sept 2024 at 17:03, Knute Snortum wrote:
> >
> > Here's what I came up with:
>
> Hello,
>
> Actually there is a property for the fine bar type.
> \set Score.fineBarType = "||"
> and you don't need to put explicitly the \bar "||"
Hi again,
> _\markup \bold "3×"
Does this not throw an error for you…?
In any case, I think this may be what you’re looking for:
%%% SNIPPET BEGINS
\version "2.24.3"
\layout {
ragged-right = ##f
}
#(define custom-notes '(
(bassdrum default #f -3)
(acousticbassd
18 matches
Mail list logo