Jean Abou Samra writes:
> Le 31/01/2022 à 16:41, Leo Correia de Verdier a écrit :
>>
>>
>>> 31 jan. 2022 kl. 15:56 skrev Paulo Matos :
>>>
>>> Ah - grobs is the technical term I needed.
>>> Where's the best place to find the available grobs that I can style?
>>
>> https://lilypond.org/doc/v2.21
Le 31/01/2022 à 16:41, Leo Correia de Verdier a écrit :
31 jan. 2022 kl. 15:56 skrev Paulo Matos :
Ah - grobs is the technical term I needed.
Where's the best place to find the available grobs that I can style?
https://lilypond.org/doc/v2.21/Documentation/internals/all-layout-objects
Here
> 31 jan. 2022 kl. 15:56 skrev Paulo Matos :
>
> Ah - grobs is the technical term I needed.
> Where's the best place to find the available grobs that I can style?
https://lilypond.org/doc/v2.21/Documentation/internals/all-layout-objects
Here they are. It can sometimes be hard to figure witch o
Jean Abou Samra writes:
> Le 31/01/2022 à 12:39, Paulo Matos a écrit :
>> Hi,
>>
>> I am arranging some music and finding some issues with regards to
>> styling of objects.
>>
>> For example: http://lilybin.com/ydeys1/1
>>
>> How can I style the accidentals and the numbers in the TabStaff?
>
>
Hello Paulo,
Use the grobs Accidental and TabNoteHead to style accidentals and Tab numbers.
LedgerLines are not part of a specific voice, but of the staff. So you need to
style Staff.LedgerLineSpanner. Of course you can do
\layout {
\context {
\Staff
\remove Ledger_line_engraver
}
Le 31/01/2022 à 13:13, Jean Abou Samra a écrit :
That one is much more complicated. You can find a workaround at
https://lists.gnu.org/archive/html/lilypond-user-fr/2021-06/msg00081.html
Is it me who wrote that??
\version "2.22.1"
\header {
title = "Test"
}
\layout {
\context {
\Sta
Le 31/01/2022 à 12:39, Paulo Matos a écrit :
Hi,
I am arranging some music and finding some issues with regards to
styling of objects.
For example: http://lilybin.com/ydeys1/1
How can I style the accidentals and the numbers in the TabStaff?
Add overrides for the relevant grobs:
\override
Hi,
I am arranging some music and finding some issues with regards to
styling of objects.
For example: http://lilybin.com/ydeys1/1
How can I style the accidentals and the numbers in the TabStaff?
Initially the ledger lines looked strange not to be styled in the same
color as the note head but it