Thanks for the indication.
I did not know \markup could be used to place entire scores on the page.
Le 16.11.23 à 16:08, Kieren MacMillan a écrit :
Hi all,
No idea how to do it with Lilypond, may-be other people have an idea.
\version "2.25.2"
teststaff = \new Staff \repeat unfold 12 c''4
te
Hi,
I'm converting a MIDI file to lilypond with a drumset track.
My process goes through MusicXML, but the `musicxml2ly` script I have
(2.22.2) emits pitches instead of percussion notes.
I can write a script to map those, but if anyone had a starting point,
that'd be grand.
In my mind, the mappi
Hi all,
I noticed that in \chordmode the \parenthesize command only seems to word
with one chord
If I use
\new ChordNames { \chordmode { \parenthesize a:m7 } }
I get a chord in parentheses.
If I use
\new ChordNames { \chordmode { \parenthesize { a:m7 d:7} } }
I do not get two chords in parent
You'll find it in drumpitch-init.ly, I believe it's just the
standard General MIDI percussion keymap.
At 10:52 on 17 Nov 2023, Luca Fascione wrote:
> Hi,
> I'm converting a MIDI file to lilypond with a drumset track.
> My process goes through MusicXML, but the `musicxml2ly` script I have
> (2.22.
Yes, sorry. I did find that after typing the email...
It is the GM mapping, it's just that I didn't want to retype it all by
hand, if I could parse it from somewhere, you see
Thanks!
L
On Fri, Nov 17, 2023 at 11:05 AM Mark Knoop wrote:
> You'll find it in drumpitch-init.ly, I believe it's jus
Le vendredi 17 novembre 2023 à 10:58 +0100, Luca Fascione a écrit :
> Hi all,
> I noticed that in \chordmode the \parenthesize command only seems to word with
> one chord
>
> If I use
>
> \new ChordNames { \chordmode { \parenthesize a:m7 } }
>
> I get a chord in parentheses.
> If I use
>
> \new
Nice. Thanks Jean. This solves it for my current score
In general, what's the background for this not working though?
You seem to imply it's intended behaviour that it would only work on a
single event, or am I misreading?
Also, can't lilypond support a mechanism like TeX's \left \right system to
Le vendredi 17 novembre 2023 à 11:44 +0100, Luca Fascione a écrit :
> Nice. Thanks Jean. This solves it for my current score
>
> In general, what's the background for this not working though?
> You seem to imply it's intended behaviour that it would only work on a single
> event, or am I misreadin
Yes, I was thinking more about parenthesizing say a chord or a scale,
rather than a head vs a flat/sharp sign.
I think that next to a chord (say 8) I'd want parentheses around the
heads, but not the stem, because it feels like an ascender like in your
"flat" example
Thanks Jean,
L
On Fri, Nov 17,
I'm typesetting some 16th century music which has a lot of time changes.
And I'd like to add equivalences of notes across bar-lines, to indicate for
example, that a quarter note in one bar is equal in time to a half note in
the next bar.
The sort of notation I want is in this snippet:
https://lil
Hi guys,
there is a nice example for "Mensurstriche"
\layout{
\context{
\Staff
measureBarType="-span|"
}
}
music=\fixedc''{
c1
d2\sectione2
f1\fine
}
\newStaffGroup<<
\newStaff\music
\newStaff\music
Unfortunately it doesn't work in a \ChoirGroup Any idea? Best, Joei
\override Staff.BarLine.transparent = ##t
On Fri, Nov 17, 2023 at 1:50 PM Johannes Roeßler wrote:
> Hi guys,
>
> there is a nice example for "Mensurstriche"
>
> \layout { \context {\StaffmeasureBarType = "-span|" }}
> music = \fixed c'' { c1 d2 \section e2 f1 \fine}
> \new StaffGrou
On Fri, Nov 17, 2023 at 8:15 AM Alasdair McAndrew wrote:
> I'm typesetting some 16th century music which has a lot of time changes.
> And I'd like to add equivalences of notes across bar-lines, to indicate for
> example, that a quarter note in one bar is equal in time to a half note in
> the next
I will try to create a MWE if that is required to track down the
problem.
A *minimal* example is not strictly required (though helpful), but
*some* example is — otherwise, there is nothing we can do, sorry.
Attached is a fairly short example that shows the described behaviour
with 2.25.10
Thanks for the advice - I can certainly give that a go!
Alasdair
On Sat, 18 Nov 2023 at 06:14, Knute Snortum wrote:
> On Fri, Nov 17, 2023 at 8:15 AM Alasdair McAndrew
> wrote:
>
>> I'm typesetting some 16th century music which has a lot of time changes.
>> And I'd like to add equivalences of
15 matches
Mail list logo