On 25/11/19 03:00, Jace Toronto wrote:
>> Is this what you would like the output to look like or am I misunderstanding?
>
> Hi Ben,
>
> Yes, thank you, that is exactly the right look for this particular example.
> Is there a way to tell the end of the text to align with the barline (or
> repea
On 2019-11-25 2:26 am, Sandro Santilli wrote:
I'm trying, for backward compatibility, to keep that
highlightOutOfRange function, is that possible ?
What compatibility are you needing?
I intended \highlightPitches to be a significant upgrade to my earlier
\highlightOutOfRange, which I would no
Would something like this work?
\version "2.18.2"
\relative c' {
\repeat volta 2 {
c4^"vamp" r2
d8-\tweak extra-spacing-width #'(0 . 0)
^"(Last time only)"
\tweak extra-spacing-width #'(0 . 8) e |
}
f g a4 r2 |
}
-- Aaron Hill
Dear Aaron...
> A \tag is not a location per se, but rather it marks the following bit
> of music with some identifier.
[.]
Thanks a lot for your examples, now it's perfectly clear!
I post here some other examples inspired by your code. I did my best to
write the easiest as possible examp
> how can I control the default horizontal position of rehearsal marks
> at the beginning of a line? As can be seen in the attached image,
> the rehearsal mark gets shifted up because it would otherwise
> collide with the bar number. Consequently, I would like to have the
> default position shif
how can I control the default horizontal position of rehearsal marks
at the beginning of a line? As can be seen in the attached image,
the rehearsal mark gets shifted up because it would otherwise
collide with the bar number. Consequently, I would like to have the
default position shifted to
Dear Aaron, you wrote:
[]
> \pushToTag and \appendToTag only work on things that have an elements
> property. So that means this expression is valid but useless:
>
> \pushToTag #'here c' \tag #'here g'
I tried to search "Element property" and I found this:
http://lilypond.org/doc/v2
Hi all,
> On Nov 25, 2019, at 8:14 AM, Aaron Hill wrote:
> Would something like this work?
While slightly more verbose, perhaps it’s more semantically correct to do
something like this?
\version "2.18.2"
\layout {
\context {
\Score
\override RehearsalMark.font-size = #-0.5
}