Well after I sent this I find one way to do it though not ideal.
Perhaps there is something better but this will suffice though it
still means basically splitting one measure out specially. Not much
better then putting one measure under the volta. Actually as I think
about it putting
What would be the correct way to code the following case?
I have a repeated section. The first alternative volta has a couple of
measure before going back to the repeat. The second volta should just
carry on with the remainder of the piece. I'd like to have an
indication of the 2. volta jus
Well... one more little improvement at least I don't need to split
out the coding for the chords this way.
\version "2.24.4"
\layout {
\context {
\ChordNames
\override BarLine.bar-extent = #'(0 . 2)
\consists "Bar_engraver"
}
}
ch = \chordmode {
c1 c
\repeat volta 2 {
My MWE seems consistent with NR 1.8.2 Text alignment but how can I get
text actually right aligned in a section of music?
\version "2.25.20"
{
\compressMMRests
R1*10^\markup\sans\right-align{ "poco accel." }
\mark \default
R1
}
TIA,
Paul
Is it possible in someway to get some sort of markup behavior in
chordmode? They are cases where I want to add a remark for the rhythm
guitar player for one reason or another for some chords.
Simple minded example below. For a staff note I can add text. But
lilypond throws an error when I tr
Dear Paul,
Is this by any chance the output you were expecting?
-William
\version "2.25.20"
{
\compressMMRests
<>^\markup\sans\right-align{ "poco accel." }
R1*10
\mark \default
R1
}
On 9/29/24 15:44, Paul Scott wrote:
My MWE seems consistent with NR 1.8.2 Text alignment but how can I
Thank you for your reply.
I want the text at the end of the 10 bar rest.
Strangely the MM rests are not compressed in your code.
Paul
On 9/29/24 1:31 PM, William Rehwinkel wrote:
Dear Paul,
Is this by any chance the output you were expecting?
-William
\version "2.25.20"
{
\compressMMRes
Perfect! Thank you.
(I had remembered \textEndMark earlier and then forgotten it)
Have a wonderful week,
Paul
On 9/29/24 2:13 PM, William Rehwinkel via LilyPond user discussion wrote:
Oh, right. How's this, then?
\version "2.25.20"
{
\compressMMRests R1*10
\once \tweak direction #DOWN
Oh, right. How's this, then?
\version "2.25.20"
{
\compressMMRests R1*10
\once \tweak direction #DOWN % optional
\textEndMark \markup\sans\right-align { "poco accel." }
\mark \default
R1
}
-William
On 9/29/24 16:57, Paul Scott wrote:
Thank you for your reply.
I want the text at the e
We are happy to announce the release of LilyPond 2.25.20. This is
termed a development release, but these are usually reliable for
testing new features and recent bug fixes. However, if you require
stability, we recommend using version 2.24.4, the current stable
release.
Please refer to the Install
My guitar players are a bit finicky on font size. Is it possible to set
a specific chordname and lyric font size? I see that \markup can
specify an abs font size. I think I'm close with using font size #3.5
to get to a 16pt font for example. Is that the only say to specify font
size in Chord
Hi Walt,
> Is it possible to set a specific chordname and lyric font size? I see that
> \markup can specify an abs font size. I think I'm close with using font size
> #3.5 to get to a 16pt font for example. Is that the only say to specify font
> size in Chords - as a multiple of the global si
12 matches
Mail list logo