2015-08-08 22:55 GMT+02:00 Karl <[email protected]>:
> Hi
>
> I'm new to lilypond. I have two questions.
>
> 1. How do you overide the default indentation of the first staffline.
>
> 2. How do you overide the keysignature change at the end of each staff?
>
> Best,
>
> Karl
Hi Karl,
welcome to LilyPond and the list.
\version "2.18.2"
notes = {
c4 d e f |
%% here
\set Staff.explicitKeySignatureVisibility = ##(#f #t #t)
\key d \major
\break
c4 d e fis |
}
\score {
\notes
\layout {
indent = #0
\context {
\Staff
%% or here, note other syntax
%explicitKeySignatureVisibility = ##(#f #t #t)
}
}
}
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user