Hello,
is it possible to remove the outside staff lines notes in a "\override
StaffSymbol.line-count = #1"?
Thank you,
Cordelia
e.g.
\layout {
\context {
\Staff
\override StaffSymbol.line-count = #1
}
}
\score {
\relative c'' {
c5\( f\)
}
}
On 2023-12-29 7:01 am, Cordelia wrote:
Hello,
is it possible to remove the outside staff lines notes in a "\override
StaffSymbol.line-count = #1"?
Thank you,
Cordelia
Are you referring to ledger lines?
\layout {
\context {
\Staff
\override StaffSymbol.line-count = #1
\
Wonderful !
I’m sorry, didn’t know the name 🥹.
thank you,
cor
> On 29 Dec 2023, at 16:12, Aaron Hill wrote:
>
> On 2023-12-29 7:01 am, Cordelia wrote:
>> Hello,
>> is it possible to remove the outside staff lines notes in a "\override
>> StaffSymbol.line-count = #1"?
>> Thank you,
>> Cordelia
Is there a special notation for cascade chords (chords played by adding
successive notes )? I could do it by adding a new voice for each note, but
that seems unwieldly and cluttered.
> Is there a special notation for cascade chords (chords played by
> adding successive notes )? I could do it by adding a new voice for
> each note, but that seems unwieldly and cluttered.
https://lsr.di.unimi.it/LSR/Item?id=408
Werner
When you say „cascade chord“ do you mean an arpeggio?
If so then yes, Lilypond has a special \arpeggio command that is simply
appended to the chord that’s broken.
Kind regards,
Michael
Mobil gesendet
> Am 30.12.2023 um 03:09 schrieb drtechda...@gmail.com:
>
>
> Is there a special notation