Hi all,
If I want to "layer" markups, is there a better way than \combine?
If not, does \combine have a magic way to combine three or more markups that
doesn’t require chaining it like
\markup \combine \markupA \combine \markupB \markupC
??
Thanks,
Kieren.
Am Do., 6. Dez. 2018 um 19:05 Uhr schrieb Kieren MacMillan
:
>
> Hi all,
>
> If I want to "layer" markups, is there a better way than \combine?
>
> If not, does \combine have a magic way to combine three or more markups that
> doesn’t require chaining it like
>
> \markup \combine \markupA \com
Hi Harm,
> \overlay
Ugh.
Sorry.
Next time I’ll RTFabulousM, where this is literally included under \combine.
Thanks,
Kieren.
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info
_
Hi,
I have a working .ly-file that displays a staff with notes, lyrics and
chordnames, all correctly counted/aligned.
I wonder if there is any command to generate a sheet with only chords
and lyrics, no staves.
The output should look something like this:
C F C
Mary had a litt
Hi Annette,
A minimal working example would be good (MWE).
But can't you simply hide the staff?
See NR for 2.19.82 Section 1.6.2, subsection Hiding Staves. [Works in
earlier lilypond versions as well.]
"Staff lines can be hidden by removing the Staff_symbol_engraver from the
Staff context. As a
Hi Annette,
> I wonder if there is any command to generate a sheet with only chords
> and lyrics, no staves.
Here’s one attempt. You should be able to take it from here.
Hope this helps!
Kieren.
%%% SNIPPET BEGINS
\version "2.19.80"
theMelody = {
e'4 d' c' d'
e'4 4 4 4
d'4 4 e' d'
c'
Hi Annette,
Here’s a simpler version that seems to work.
Kieren.
\version "2.19.80"
theMelody = {
e'4 d' c' d'
e'4 4 4 4
d'4 4 e' d'
c'2. r4
}
theChords = \chordmode {
c2 f
c1
f2 g
c1
}
theWords = \lyricmode {
Mar -- y had a lit -- tle lamb,
Its fleece was white as snow.
}
Hello,
I'm still quite a beginner in Lilypond and as much as I'm liking how much
customisable is its notation capabilities, understanding it is driving me
crazy because sometimes I can pass more than 4 or 5 hours reading manuals
and blogposts without reaching a simple answer to a simple question.
mansouraoun writes:
> Hello,
>
> I'm still quite a beginner in Lilypond and as much as I'm liking how much
> customisable is its notation capabilities, understanding it is driving me
> crazy because sometimes I can pass more than 4 or 5 hours reading manuals
> and blogposts without reaching a si
Hello all,
I have the following (reduced) scenario where one voice has a chord with a
glissando in it and I want to tweak both glissandos differently. Is it
possible? The second (currently commented out) tweak is never applied even
if I comment out the first tweak.
\version "2.19.82"
one = \relat
Ah ok I see ! The problem is that I thought that the "nth" argument should
come from a list of built-in, pre-defined arguments that should be
appropriate for the task I'm trying to do.
I just realised that I made a fool of myself when I just named it "blabla"
and it worked.
Thanks a lot David!
C
mansouraoun writes:
> Ah ok I see ! The problem is that I thought that the "nth" argument
> should come from a list of built-in, pre-defined arguments that should
> be appropriate for the task I'm trying to do.
>
> I just realised that I made a fool of myself when I just named it
> "blabla" and i
Hi Mansour,
The Notation Reference manual can be difficult to follow at first. We all
suffer that.
Now that it's cleared up, just by way of example I use this:
dynamicsX-offset =
#(define-music-function (offset)
(number?)
#{
\once \override DynamicText.X-offset = $offset
\once \o
Am 7. Dezember 2018 01:46:00 MEZ schrieb David Kastrup :
>mansouraoun writes:
>
>> Hello,
>>
>> I'm still quite a beginner in Lilypond and as much as I'm liking how
>much
>> customisable is its notation capabilities, understanding it is
>driving me
>> crazy because sometimes I can pass more th
On 12/6/18, 1:15 PM, "Annette Kusma" wrote:
Hi,
I have a working .ly-file that displays a staff with notes, lyrics and
chordnames, all correctly counted/aligned.
I wonder if there is any command to generate a sheet with only chords
and lyrics, no staves.
On 12/6/18, 6:41 PM, "Carl Sorensen" wrote:
What I've been using is Chordii/ChordPro. It's not as powerful as
LilyPond, but also not as complicated.
Oops -- that's my mistake. I haven't been using Chordii, I've been using the
gchords package in LaTeX, which is similar.
On 12/6/2018 7:49 PM, Peter Crighton wrote:
Hello all,
I have the following (reduced) scenario where one voice has a chord
with a glissando in it and I want to tweak both glissandos
differently. Is it possible? The second (currently commented out)
tweak is never applied even if I comment out
On 12/6/2018 7:49 PM, Peter Crighton wrote:
Hello all,
I have the following (reduced) scenario where one voice has a chord
with a glissando in it and I want to tweak both glissandos
differently. Is it possible? The second (currently commented out)
tweak is never applied even if I comment out
On 12/6/2018 7:49 PM, Peter Crighton wrote:
Hello all,
I have the following (reduced) scenario where one voice has a chord
with a glissando in it and I want to tweak both glissandos
differently. Is it possible? The second (currently commented out)
tweak is never applied even if I comment out
On Fri, 7 Dec 2018 at 03:00, Ben wrote:
> On 12/6/2018 7:49 PM, Peter Crighton wrote:
>
> Hello all,
>
> I have the following (reduced) scenario where one voice has a chord with a
> glissando in it and I want to tweak both glissandos differently. Is it
> possible? The second (currently commented
20 matches
Mail list logo